TextFormattingOptions

TextFormattingOptions class

Represents text formatting options

The TextFormattingOptions type exposes the following members:

Constructors

NameDescription
TextFormattingOptions(wrap_mode)Initializes a new instance of the TextFormattingOptions class
TextFormattingOptions()Initializes new instance of the TextFormattingOptions object with undefined word wrap mode.

Properties

NameDescription
wrap_modeGets or sets word wrap mode.
Default value is WordWrapMode.NoWrap
line_spacingGets or sets line spacing mode.
Default value is LineSpacingMode.FontSize
hyphen_symbolGets or sets hyphen symbol that is used in hyphenation process.
subsequent_lines_indentGets or sets subsequent lines indent value.
first_line_indentGets or sets first line indent value.

See Also