TabStops.Add
Contents
[
Hide
]Add()
Initializes a new instance of the TabStop class and add it to the TabStops collection.
public TabStop Add()
Return Value
The new TabStop object.
See Also
- class TabStop
- class TabStops
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
Add(float)
Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
public TabStop Add(float position)
| Parameter | Type | Description |
|---|---|---|
| position | Single | The position of the tab stop. |
Return Value
The new TabStop object.
See Also
- class TabStop
- class TabStops
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
Add(TabStop)
Add instance of the TabStop class to the TabStops collection.
public void Add(TabStop tabStop)
| Parameter | Type | Description |
|---|---|---|
| tabStop | TabStop | The TabStop object. |
See Also
- class TabStop
- class TabStops
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
Add(float, TabLeaderType)
Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.
public TabStop Add(float position, TabLeaderType leaderType)
| Parameter | Type | Description |
|---|---|---|
| position | Single | The position of the tab stop. |
| leaderType | TabLeaderType | The leader type of the tab stop. |
Return Value
The new TabStop object.
See Also
- class TabStop
- enum TabLeaderType
- class TabStops
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF