CTL script type constants for layout engine, returned by XScriptTypeDetector::getCTLScriptType() More...
| Variables | |
| const short | CTL_UNKNOWN = 0 | 
| For CTL scripts OOo currently does not support or could not handle. | |
| const short | CTL_HEBREW = 1 | 
| For Hebrew script. | |
| const short | CTL_ARABIC = 2 | 
| For Arabic script. | |
| const short | CTL_THAI = 3 | 
| For Thai script. | |
| const short | CTL_INDIC = 4 | 
| For Indic script (including Devanagari, Tamil, Telugu and Gujarati script) | |
CTL script type constants for layout engine, returned by XScriptTypeDetector::getCTLScriptType()
| const short CTL_ARABIC = 2 | 
For Arabic script.
| const short CTL_HEBREW = 1 | 
For Hebrew script.
| const short CTL_INDIC = 4 | 
For Indic script (including Devanagari, Tamil, Telugu and Gujarati script)
| const short CTL_THAI = 3 | 
For Thai script.
| const short CTL_UNKNOWN = 0 | 
For CTL scripts OOo currently does not support or could not handle.