Methods' Summary |
getTextMarkupCount |
Returns the number of text markup of the given text markup type
of a text.
|
getTextMarkup |
Returns the text segment of the text markup of the given index and
of the given text mark type
|
getTextMarkupAtIndex |
returns a sequence of the text segments of the text markups at the given
character index and of the given text markup type.
|
Methods' Details |
getTextMarkupCount
- Description
- Returns the number of text markup of the given text markup type
of a text.
Throws IllegalArgumentException, if given text
markup type is out of valid range.
- Parameter TextMarkupType
- This specifies the type of text markups, whose count should
be returned - see TextMarkupType.
- Returns
- The number of text markup of the given text markup type.
Returns 0 if there is no text markup.
|
|
getTextMarkup
- Description
- Returns the text segment of the text markup of the given index and
of the given text mark type
Throws IndexOutOfBoundsException, if given index
is out of valid range.
Throws IllegalArgumentException, if given text
markup type is out of valid range.
- Parameter TextMarkupIndex
- This index specifies the text markup to return.
- Parameter TextMarkupType
- This specifies the type of the text markup to be returned - see
TextMarkupType.
- Returns
- If the given index is in range [0..getTextMarkupCount(TextMarkupType)-1],
the text segment - see TextSegment - of the text markup
of the given text markup type is returned.
|
|
getTextMarkupAtIndex
- Description
- returns a sequence of the text segments of the text markups at the given
character index and of the given text markup type.
Throws IndexOutOfBoundsException, if given character
index is out of range [0..number of characters in the text).
Throws IllegalArgumentException, if given text
markup type is out of valid range.
- Parameter CharIndex
- This index specifies the character index in the text.
- Parameter TextMarkupType
- This specifies the type of the text markups to be returned - see
TextMarkupType.
- Returns
- If character index is in range [0..number of characters in the text-1],
a sequence of TextSegments of the text markups at
given character index of the given text markup type are returned.
The sequence is empty, if no such text markup is found.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.