contains the help routines for layouting complex text
More...
import "XScriptTypeDetector.idl";
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
long beginOfCTLScriptType |
( |
[in] string |
aText, |
|
|
[in] long |
nPos |
|
) |
| |
- Returns
- the position where the specified CTL Script Type starts.
long beginOfScriptDirection |
( |
[in] string |
aText, |
|
|
[in] long |
nPos, |
|
|
[in] short |
nScriptDirection |
|
) |
| |
- Returns
- the position where the specified Script Direction starts.
long endOfCTLScriptType |
( |
[in] string |
aText, |
|
|
[in] long |
nPos |
|
) |
| |
- Returns
- the position where the specified CTL Script Type ends.
long endOfScriptDirection |
( |
[in] string |
aText, |
|
|
[in] long |
nPos, |
|
|
[in] short |
nScriptDirection |
|
) |
| |
- Returns
- the position where the specified Script Direction ends.
short getCTLScriptType |
( |
[in] string |
aText, |
|
|
[in] long |
nPos |
|
) |
| |
- Returns
- the CTL script type of the current position.
One of CTLScriptType constants.
short getScriptDirection |
( |
[in] string |
aText, |
|
|
[in] long |
nPos, |
|
|
[in] short |
nDefaultScriptDirection |
|
) |
| |
- Returns
- the Script Direction of the current position.
The documentation for this interface was generated from the following file: