Elements' Summary |
Text |
The complete text, from which a subset is selected by the
parameters below.
|
StartPosition |
Start position within the string. |
Length |
Length of the substring to actually use. |
Elements' Details |
Text
string Text;
- Description
- The complete text, from which a subset is selected by the
parameters below.
|
|
StartPosition
long StartPosition;
- Description
- Start position within the string.
The first character has index 0.
|
|
Length
long Length;
- Description
- Length of the substring to actually use.
Must be within the range [0,INTMAX].
|
|
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.