TextFormattingOptions
TextFormattingOptions class
Represents text formatting options
The TextFormattingOptions type exposes the following members:
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| wrap_mode | Gets or sets word wrap mode. Default value is WordWrapMode.NoWrap |
| line_spacing | Gets or sets line spacing mode. Default value is LineSpacingMode.FontSize |
| hyphen_symbol | Gets or sets hyphen symbol that is used in hyphenation process. |
| subsequent_lines_indent | Gets or sets subsequent lines indent value. |
| first_line_indent | Gets or sets first line indent value. |
See Also
- namespace aspose.pdf.text
- assembly Aspose.PDF