Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
::
struct StringContext
Description
Collection of string-related arguments used on all text
interfaces. A possibly much larger string than later rendered is
necessary here, because in several languages, glyph selection is
context dependent.
Elements' Summary
text
The complete text, from which a subset is selected by the parameters below.
startPos
Start position within the above string. The first character has index 0.
len
Length of the substring to actually use. Must be within the range [0,INTMAX]
Elements' Details
text
string text ;
Description
The complete text, from which a subset is selected by the parameters below.
startPos
long startPos ;
Description
Start position within the above string. The first character has index 0.
len
long len ;
Description
Length of the substring to actually use. Must be within the range [0,INTMAX]
Top of Page Copyright © 2003 Sun Microsystems, Inc.