DocumentLayoutOptions module

class DocumentLayoutOptions.DocumentLayoutOptions

Bases: SpireObject

<summary>
Represents the settings for managing the document layout procedure.

The related layout settings are only supported for new engines.

</summary>

property CommentDisplayMode: CommentDisplayMode
<summary>
Gets or sets the way comments are rendered.

Default value is <see cref=”F:Spire.Doc.Layout.CommentDisplayMode.ShowInBalloons” />.

</summary>

property ShowHiddenText: bool
<summary>
Gets or sets a value indicating whether is show hidden text.

Default is false.

</summary>

property UseHarfBuzzTextShaper: bool
<summary>
Gets or sets a value indicating whether use HarfBuzz text shaper.

The default value is false.

</summary>