Aspose::Pdf::Text::TabStops class
Contents
[
Hide
]TabStops class
Represents a collection of TabStop objects.
class TabStops : public System::ICloneable
Methods
Method | Description |
---|---|
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() override | Clones 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() const | Gets 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
- Class ICloneable
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++