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 |
---|---|
TextSegment |
TextSegmentCollection.get_Item(int index)
Gets the text segment element at the specified index.
|
TextSegment |
Heading.getUserLabel()
Gets or sets user label.
|
Modifier and Type | Method and Description |
---|---|
Iterator<TextSegment> |
TextSegmentCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
TextSegmentCollection.add(TextSegment segment)
Adds the text segment element at the specified index.
|
boolean |
TextSegmentCollection.contains(TextSegment item)
Determines whether the collection contains a specific value.
|
void |
TextSegmentCollection.copyTo(TextSegment[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
static com.aspose.pdf.engine.commondata.text.segmenting.PhysicalTextSegment |
InternalHelper.getPhysicalSegment(TextSegment value) |
boolean |
TextSegmentCollection.remove(TextSegment item)
Deletes specified item from collection.
|
static void |
InternalHelper.setMcId(TextSegment textSegment,
int mcid) |
static void |
InternalHelper.setMcName(TextSegment textSegment,
String s) |
void |
Heading.setUserLabel(TextSegment value)
Gets or sets user label.
|