Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Method and Description |
---|---|
TabStop |
TabStops.add()
Initializes a new instance of the
TabStop class and add it to the
TabStops collection. |
TabStop |
TabStops.add(float position)
Initializes a new instance of the
TabStop class with specified position and
add it to the TabStops collection. |
TabStop |
TabStops.add(float position,
int leaderType)
Initializes a new instance of the
TabStop class with specified position and leader
type and add it to the TabStops collection. |
TabStop |
TabStops.get_Item(int index)
Gets or sets a
TabStop object from the collection according to TabStop index. |
Modifier and Type | Method and Description |
---|---|
void |
TabStops.remove(TabStop stop)
Removes a
TabStop object from the collection. |
void |
TabStops.set_Item(int index,
TabStop value) |
Copyright © 2016 Aspose. All Rights Reserved.