LibreOffice
LibreOffice 25.8 SDK API Reference
|
These constants define how the place-holder text fields act in a document. More...
Variables | |
const short | TEXT = 0 |
The field represents a piece of text. | |
const short | TABLE = 1 |
The field initiates the insertion of a text table. | |
const short | TEXTFRAME = 2 |
The field initiates the insertion of a text frame. | |
const short | GRAPHIC = 3 |
The field initiates the insertion of a graphic object. | |
const short | OBJECT = 4 |
The field initiates the insertion of an embedded object. |
These constants define how the place-holder text fields act in a document.
const short GRAPHIC = 3 |
The field initiates the insertion of a graphic object.
const short OBJECT = 4 |
The field initiates the insertion of an embedded object.
const short TABLE = 1 |
The field initiates the insertion of a text table.
const short TEXT = 0 |
The field represents a piece of text.
const short TEXTFRAME = 2 |
The field initiates the insertion of a text frame.