Click or drag to resize

DocumentLayoutOptions Class

Represents the settings for managing the document layout procedure. The related layout settings are only supported for new engines.
Inheritance Hierarchy
System Object
Spire.Doc.Layout DocumentLayoutOptions

Namespace: Spire.Doc.Layout
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class DocumentLayoutOptions

The DocumentLayoutOptions type exposes the following members.

Properties
Name Description
Public property CommentDisplayMode
Gets or sets the way comments are rendered. Default value is ShowInBalloons .
Public property ShowHiddenText
Gets or sets a value indicating whether is show hidden text. Default is false.
Public property UseHarfBuzzTextShaper
Gets or sets a value indicating whether use HarfBuzz text shaper. The default value is false.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also