:: com :: sun :: star :: i18n ::
|
interface XScriptTypeDetector |
|
- Description
- contains the help routines for layouting complex text
Assumption - StartPos is inclusive and EndPos is exclusive.
The nScriptDirection parameters are of type
ScriptDirection
- Since
- OOo 1.1.2
|
Methods' Details |
beginOfScriptDirection
long |
beginOfScriptDirection( |
[in] string |
aText, |
| [in] long |
nPos, |
| [in] short |
nScriptDirection ); |
- Returns
- the position where the specified Script Direction starts.
|
|
endOfScriptDirection
long |
endOfScriptDirection( |
[in] string |
aText, |
| [in] long |
nPos, |
| [in] short |
nScriptDirection ); |
- Returns
- the position where the specified Script Direction ends.
|
|
getScriptDirection
short |
getScriptDirection( |
[in] string |
aText, |
| [in] long |
nPos, |
| [in] short |
nDefaultScriptDirection ); |
- Returns
- the Script Direction of the current position.
|
|
beginOfCTLScriptType
long |
beginOfCTLScriptType( |
[in] string |
aText, |
| [in] long |
nPos ); |
- Returns
- the position where the specified CTL Script Type starts.
|
|
endOfCTLScriptType
long |
endOfCTLScriptType( |
[in] string |
aText, |
| [in] long |
nPos ); |
- Returns
- the position where the specified CTL Script Type ends.
|
|
getCTLScriptType
short |
getCTLScriptType( |
[in] string |
aText, |
| [in] long |
nPos ); |
- Returns
- the CTL script type of the current position.
One of CTLScriptType constants.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.