LibreOffice
LibreOffice 24.2 SDK API Reference
|
These values are used to specify the behavior of a node or property in the schema. More...
Variables | |
const short | REQUIRED = 1 |
indicates that a property value can't be null. More... | |
const short | LOCALIZED = 2 |
indicates that the content of the node or the value of the property may depend on the locale. More... | |
const short | EXTENSIBLE = 4 |
indicates that properties can be added to the node at runtime More... | |
const short | MASK = 255 |
can be used to mask the schema attributes from merged attributes More... | |
These values are used to specify the behavior of a node or property in the schema.
const short EXTENSIBLE = 4 |
indicates that properties can be added to the node at runtime
const short LOCALIZED = 2 |
indicates that the content of the node or the value of the property may depend on the locale.
const short MASK = 255 |
can be used to mask the schema attributes from merged attributes
const short REQUIRED = 1 |
indicates that a property value can't be null.