Aspose::Cells::Drawing::Texts::TextTabStopCollection class
TextTabStopCollection class
Represents the list of all tab stops.
class TextTabStopCollection
Methods
Method | Description |
---|---|
Add(TextTabAlignmentType tabAlignment, double tabPosition) | Adds a tab stop. |
Get(int32_t index) | Gets TextTabStop by the index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const TextTabStopCollection& src) | operator= |
TextTabStopCollection() | Default constructor. |
TextTabStopCollection(TextTabStopCollection_Impl* impl) | Constructs from an implementation object. |
TextTabStopCollection(const TextTabStopCollection& src) | Copy constructor. |
~TextTabStopCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++