LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies main text direction in a text portion. More...
Variables | |
const byte | WEAK_LEFT_TO_RIGHT =0 |
Reference point is left, main direction is from left to right. More... | |
const byte | STRONG_LEFT_TO_RIGHT =2 |
Reference point is left, main direction is from left to right. More... | |
const byte | WEAK_RIGHT_TO_LEFT =1 |
Reference point is right, main direction is from right to left. More... | |
const byte | STRONG_RIGHT_TO_LEFT =3 |
Reference point is right, main direction is from right to left. More... | |
Specifies main text direction in a text portion.
This also changes the interpretation of the start point.
const byte STRONG_LEFT_TO_RIGHT =2 |
Reference point is left, main direction is from left to right.
const byte STRONG_RIGHT_TO_LEFT =3 |
Reference point is right, main direction is from right to left.
const byte WEAK_LEFT_TO_RIGHT =0 |
Reference point is left, main direction is from left to right.
const byte WEAK_RIGHT_TO_LEFT =1 |
Reference point is right, main direction is from right to left.