Aspose::Pdf::Text::TextFormattingOptions class
Contents
[
Hide
]TextFormattingOptions class
Represents text formatting options.
class TextFormattingOptions : public Aspose::Pdf::Text::TextOptions
Enums
Enum | Description |
---|---|
LineSpacingMode | Defines line spacing specifics. |
WordWrapMode | Defines word wrapping strategies. |
Methods
Method | Description |
---|---|
get_FirstLineIndent() const | Gets first line indent value. |
get_HyphenSymbol() const | Gets hyphen symbol that is used in hyphenation process. |
get_LineSpacing() const | Gets line spacing mode. Default value is LineSpacingMode.FontSize. |
get_SubsequentLinesIndent() const | Gets subsequent lines indent value. |
get_WrapMode() const | Gets word wrap mode. Default value is WordWrapMode.NoWrap. |
set_FirstLineIndent(float) | Sets first line indent value. |
set_HyphenSymbol(System::String) | Sets hyphen symbol that is used in hyphenation process. |
set_LineSpacing(TextFormattingOptions::LineSpacingMode) | Sets line spacing mode. Default value is LineSpacingMode.FontSize. |
set_SubsequentLinesIndent(float) | Sets subsequent lines indent value. |
set_WrapMode(TextFormattingOptions::WordWrapMode) | Sets word wrap mode. Default value is WordWrapMode.NoWrap. |
TextFormattingOptions(TextFormattingOptions::WordWrapMode) | Initializes new instance of the TextFormattingOptions object for the specified word wrap mode. |
TextFormattingOptions() | Initializes new instance of the TextFormattingOptions object with undefined word wrap mode. |
See Also
- Class TextOptions
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++