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 |
---|---|
Measure.NumberFormat |
Measure.NumberFormatList.get_Item(int index)
Gets number format in list by its index.
|
Modifier and Type | Method and Description |
---|---|
void |
Measure.NumberFormatList.add(Measure.NumberFormat value)
Adds number format to list.
|
void |
Measure.NumberFormatList.insert(int index,
Measure.NumberFormat value)
Inserts number format into list.
|
void |
Measure.NumberFormatList.set_Item(int index,
Measure.NumberFormat value)
Sets number format in list by its index.
|
Copyright © 2024 Aspose. All Rights Reserved.