Aspose::Cells::Drawing::Texts::TextTabStop class
Contents
[
Hide
]TextTabStop class
Represents tab stop.
class TextTabStop
Methods
Method | Description |
---|---|
GetTabAlignment() | Specifies the alignment that is to be applied to text using this tab stop. |
GetTabPosition() | Specifies the position of the tab stop relative to the left margin. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const TextTabStop& src) | operator= |
SetTabAlignment(TextTabAlignmentType value) | Specifies the alignment that is to be applied to text using this tab stop. |
SetTabPosition(double value) | Specifies the position of the tab stop relative to the left margin. |
TextTabStop(TextTabStop_Impl* impl) | Constructs from an implementation object. |
TextTabStop(const TextTabStop& src) | Copy constructor. |
~TextTabStop() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++