LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies possibilities how to treat whitespace in strings More...
Variables | |
const short | Preserve = 0 |
White spaces should be preserved when processing the string. More... | |
const short | Replace = 1 |
White spaces should be replaced with TODO when processing the string. More... | |
const short | Collapse = 2 |
Multiple successive white spaces should be collapsed to a single white space when processing the string. More... | |
specifies possibilities how to treat whitespace in strings
const short Collapse = 2 |
Multiple successive white spaces should be collapsed to a single white space when processing the string.
const short Preserve = 0 |
White spaces should be preserved when processing the string.
const short Replace = 1 |
White spaces should be replaced with TODO when processing the string.