|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Segments in aspose.pdf |
---|
Methods in aspose.pdf that return Segments | |
---|---|
Segments |
Text.getBakSegments()
Get the bakSegment object . |
Segments |
FootNote.getSegments()
Gets a collection Segments object that indicates the content of footnote |
Segments |
Text.getSegments()
Gets a Segments collection that indicates all
segments in the text paragraph. |
Methods in aspose.pdf with parameters of type Segments | |
---|---|
void |
Segments.moveAfter(Segment segToMoveAfter,
Segments newSegments)
Move a segment after the other segment . |
void |
Segments.moveAt(int index,
Segments newSegments)
Move a segment identified by index |
void |
Text.setBakSegments(Segments bakSegments)
Set the bakSegment object . |
void |
FootNote.setSegments(Segments segments)
Sets a collection Segments object that indicates the content of footnote |
void |
Text.setSegments(Segments value)
Sets a Segments collection that indicates all
segments in the text paragraph. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |