Aspose::Cells::Drawing::Texts::TextTabStopCollection class

TextTabStopCollection class

Represents the list of all tab stops.

class TextTabStopCollection

Methods

MethodDescription
Add(TextTabAlignmentType tabAlignment, double tabPosition)Adds a tab stop.
Get(int32_t index)Gets TextTabStop by the index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also