Package | Description |
---|---|
com.aspose.pdf.generator.legacyxmlmodel |
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. |
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.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) |
Copyright © 2014 Aspose. All Rights Reserved.