LibreOffice
LibreOffice 24.2 SDK API Reference
|
These values are used to specify which line end format should be used in strings. More...
Variables | |
const short | CARRIAGE_RETURN = 0 |
specifies that line ends are to be represented by a carriage return character (\r ) More... | |
const short | LINE_FEED = 1 |
specifies that line ends are to be represented by a line feed character (\n ) More... | |
const short | CARRIAGE_RETURN_LINE_FEED = 2 |
specifies that line ends are to be represented by a line feed character (\n ), followed by a carriage return character (\r ). More... | |
These values are used to specify which line end format should be used in strings.
const short CARRIAGE_RETURN = 0 |
specifies that line ends are to be represented by a carriage return character (\r
)
const short CARRIAGE_RETURN_LINE_FEED = 2 |
specifies that line ends are to be represented by a line feed character (\n
), followed by a carriage return character (\r
).
const short LINE_FEED = 1 |
specifies that line ends are to be represented by a line feed character (\n
)