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 |
---|---|
TextFragmentCollection |
TextMarkupAnnotation.getMarkedTextFragments()
Gets text under markup annotation as
TextFragmentCollection . |
TextFragmentCollection |
AbsorbedCell.getTextFragments()
Gets collection of
TextFragment objects that describes text containing in the cell
|
TextFragmentCollection |
TextFragmentAbsorber.getTextFragments()
Gets collection of search occurrences that are presented with
TextFragment objects. |
Modifier and Type | Method and Description |
---|---|
void |
TextFragmentAbsorber.setTextFragments(TextFragmentCollection value)
Sets collection of search occurrences that are presented with
TextFragment objects. |