Aspose::Cells::Drawing::Texts::TextTabStop class

TextTabStop class

Represents tab stop.

class TextTabStop

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also