Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.xml |
Modifier and Type | Method and Description |
---|---|
Segment |
Segments.add()
Initializes a new instance of the
Segment class and add it to the Segments collection |
Segment |
Segments.add(String segmentString)
Initializes a new instance of the
Segment class and add it to the Segments collection |
Segment |
Segments.get_Item(int index)
Gets or sets a
Segment object from the collection according to Segment index. |
Segment |
Segments.get_Item(String segmentID)
Gets or sets a
Segment object from the collection according to Segment ID. |
Segment |
FormField.getinlineSeg() |
Segment |
Text.getLastSegmentIfAny()
Handy method of getting last segment or null if no segments yet
|
Modifier and Type | Method and Description |
---|---|
void |
Segments.add(Segment segment)
Adds a new
Segment object into the collection. |
void |
Segments.copyTo(Segment[] segmentArray,
int index)
Copies the elements to a
Segment object array, starting at a specified array index. |
int |
Segments.indexOf(Segment segment)
Gets the index of a specified
Segment object in the collection. |
void |
Segments.insert(int index,
Segment segment)
Inserts a new
Segment object into the collection at specified position. |
void |
Segments.insert(Segment segmentToInsertAfter,
Segment newSegment)
Inserts a new
Segment object into the collection after specified Segment object. |
void |
Segments.moveAfter(Segment segToMoveAfter,
Segments newSegments) |
void |
Segments.remove(Segment segmentToRemove)
Removes a
Segment object from the collection. |
void |
Segments.set_Item(int index,
Segment value) |
void |
Segments.set_Item(String segmentID,
Segment value) |
void |
FormField.setinlineSeg(Segment value) |
Modifier and Type | Method and Description |
---|---|
static void |
ColorBase.fastInheritTextColor(Segment target,
TextInfo source) |
Copyright © 2016 Aspose. All Rights Reserved.