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 |
---|---|
Position |
TextFragment.getBaselinePosition()
Gets text position for text, represented with
TextFragment object. |
Position |
TextSegment.getBaselinePosition()
Gets text position for text, represented with
TextSegment object. |
Position |
CharInfo.getPosition()
Gets position of the character.
|
Position |
TextFragment.getPosition()
Gets text position for text, represented with
TextFragment object. |
Position |
TextParagraph.getPosition()
Gets position of the paragraph.
|
Position |
TextSegment.getPosition()
Gets text position for text, represented with
TextSegment object. |
Modifier and Type | Method and Description |
---|---|
void |
TextFragment.setBaselinePosition(Position value)
Sets text position for text, represented with
TextFragment object. |
void |
TextSegment.setBaselinePosition(Position value)
Sets text position for text, represented with
TextSegment object. |
void |
TextFragment.setPosition(Position value)
Sets text position for text, represented with
TextFragment object. |
void |
TextParagraph.setPosition(Position value)
Sets position of the paragraph.
|
void |
TextSegment.setPosition(Position value)
Sets text position for text, represented with
TextSegment object. |