Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: com :: sun :: star :: rendering ::

unpublished struct StringContext
Description
Collection of string-related arguments used on all canvas text interfaces.

A possibly much larger string than later rendered is necessary here, because in several languages, glyph selection is context dependent.

Since
OOo 2.0.0

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.