Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
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 a
TabStop object from the collection according to TabStop index. |
Modifier and Type | Method and Description |
---|---|
void |
TabStops.add(TabStop tabStop)
Add instance of the
TabStop class to the TabStops collection. |
void |
TabStops.set_Item(int index,
TabStop value)
Sets a
TabStop object from the collection according to TabStop index. |