Aspose::Pdf::Text::TabStops class

TabStops class

Represents a collection of TabStop objects.

class TabStops : public System::ICloneable

Methods

MethodDescription
Add()Initializes a new instance of the TabStop class and add it to the TabStops collection.
Add(float)Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
Add(System::SharedPtr<TabStop>)Add instance of the TabStop class to the TabStops collection.
Add(float, TabLeaderType)Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.
Clone() overrideClones a new TabStops objects.
get_Count()Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
get_IsReadOnly() constGets value indicating that this TabStops instance is already attached to TextFragment and became readonly.
idx_get(int32_t)Gets a TabStop object from the collection according to TabStop index.
idx_set(int32_t, System::SharedPtr<TabStop>)Sets a TabStop object from the collection according to TabStop index.
TabStops()Initializes a new instance of the TabStops class.

See Also