:: com :: sun :: star :: accessibility ::

struct TextSegment

Elements' Summary
SegmentText A copy of the text segment of the enclosing text delimited by the text indices TextSegment::SegmentStart and TextSegment::SegmentEnd. Modifying it does not alter the enclosing text.  
SegmentStart Index of the first character of the text segment represented by this structure. The index refers to the enclosing text.  
SegmentEnd Index of the character directly behind the last character of the text segment represented by this structure. The index refers to the enclosing text.  
Elements' Details
SegmentText
string SegmentText;
Description
A copy of the text segment of the enclosing text delimited by the text indices TextSegment::SegmentStart and TextSegment::SegmentEnd. Modifying it does not alter the enclosing text.
SegmentStart
long SegmentStart;
Description
Index of the first character of the text segment represented by this structure. The index refers to the enclosing text.
SegmentEnd
long SegmentEnd;
Description
Index of the character directly behind the last character of the text segment represented by this structure. The index refers to the enclosing text.
Top of Page