Aspose::Pdf::Text::TabStop class
Contents
[
Hide
]TabStop class
Represents a custom Tab stop position in a paragraph.
class TabStop : public System::Object
Methods
Method | Description |
---|---|
get_AlignmentType() const | Gets a AlignmentType enum that indicates the tab tab alignment type. |
get_IsReadOnly() const | Gets value indicating that this TabStop instance is already attached to TextFragment and became readonly. |
get_LeaderType() const | Gets a TabLeaderType enum that indicates the tab leader type. |
get_Position() const | Gets a float value that indicates the tab stop position. |
set_AlignmentType(TabAlignmentType) | Sets a AlignmentType enum that indicates the tab tab alignment type. |
set_LeaderType(TabLeaderType) | Sets a TabLeaderType enum that indicates the tab leader type. |
set_Position(float) | Sets a float value that indicates the tab stop position. |
TabStop() | Initializes a new instance of the TabStop class. |
TabStop(float) | Initializes a new instance of the TabStop class with specified position. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++