Aspose::Pdf::Text::TabStops::Add method
Contents
[
Hide
]TabStops::Add() method
Initializes a new instance of the TabStop class and add it to the TabStops collection.
System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::Add()
ReturnValue
The new TabStop object.
See Also
- Typedef SharedPtr
- Class TabStop
- Class TabStops
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TabStops::Add(float) method
Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::Add(float position)
Parameter | Type | Description |
---|---|---|
position | float | The position of the tab stop. |
ReturnValue
The new TabStop object.
See Also
- Typedef SharedPtr
- Class TabStop
- Class TabStops
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TabStops::Add(float, TabLeaderType) method
Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.
System::SharedPtr<TabStop> Aspose::Pdf::Text::TabStops::Add(float position, TabLeaderType leaderType)
Parameter | Type | Description |
---|---|---|
position | float | The position of the tab stop. |
leaderType | TabLeaderType | The leader type of the tab stop. |
ReturnValue
The new TabStop object.
See Also
- Typedef SharedPtr
- Class TabStop
- Enum TabLeaderType
- Class TabStops
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++
TabStops::Add(System::SharedPtr<TabStop>) method
Add instance of the TabStop class to the TabStops collection.
void Aspose::Pdf::Text::TabStops::Add(System::SharedPtr<TabStop> tabStop)
Parameter | Type | Description |
---|---|---|
tabStop | System::SharedPtr<TabStop> | The TabStop object. |
See Also
- Typedef SharedPtr
- Class TabStop
- Class TabStops
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++