LibreOffice
LibreOffice 24.2 SDK API Reference
|
These values are used to specify the kind of emphasis mark. More...
Variables | |
const short | NONE = 0x0000 |
specifies no emphasis mark. More... | |
const short | DOT = 0x0001 |
specifies emphasis mark dot. More... | |
const short | CIRCLE = 0x0002 |
specifies emphasis mark circle. More... | |
const short | DISC = 0x0003 |
specifies emphasis mark disc. More... | |
const short | ACCENT = 0x0004 |
specifies emphasis mark accent. More... | |
const short | ABOVE = 0x1000 |
specifies that the emphasis mark should be positioned above the characters. More... | |
const short | BELOW = 0x2000 |
specifies that the emphasis mark should be positioned below the characters. More... | |
These values are used to specify the kind of emphasis mark.
They may be expanded in future versions.
const short ABOVE = 0x1000 |
specifies that the emphasis mark should be positioned above the characters.
const short ACCENT = 0x0004 |
specifies emphasis mark accent.
const short BELOW = 0x2000 |
specifies that the emphasis mark should be positioned below the characters.
const short CIRCLE = 0x0002 |
specifies emphasis mark circle.
const short DISC = 0x0003 |
specifies emphasis mark disc.
const short DOT = 0x0001 |
specifies emphasis mark dot.
const short NONE = 0x0000 |
specifies no emphasis mark.