Click or drag to resize
TextDocumentAdvancedTypographyEnabled Property
(TOM 2 only) Gets or sets a value indicating whether advanced typography (special line breaking and line formatting) is turned on.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public bool AdvancedTypographyEnabled { get; set; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
Remarks
If TOM 2 is not supported by the current instance, advanced typography can be enabled when the instance is first obtained via the FromRichTextBox(RichTextBox, Boolean) method.
See Also