LibreOffice
LibreOffice 24.2 SDK API Reference
|
Determines the type of a separator in an ActionTriggerContainer. More...
Variables | |
const short | LINE = 0 |
a separator is inserted as a line. More... | |
const short | SPACE = 1 |
a separator is inserted as a space. More... | |
const short | LINEBREAK = 2 |
a line break is inserted. More... | |
Determines the type of a separator in an ActionTriggerContainer.
const short LINE = 0 |
a separator is inserted as a line.
const short LINEBREAK = 2 |
a line break is inserted.
const short SPACE = 1 |
a separator is inserted as a space.