LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a property value. More...
import"PropertyValue.idl";
Public Attributes | |
string | Name |
specifies the name of the property. More... | |
long | Handle |
contains an implementation-specific handle for the property. More... | |
any | Value |
contains the value of the property or VOID , if no value is available. More... | |
com::sun::star::beans::PropertyState | State |
determines if the value comes from the object itself or from a default and if the value cannot be determined exactly. More... | |
specifies a property value.
long Handle |
contains an implementation-specific handle for the property.
It may be -1 if the implementation has no handle. If available it can be used for fast lookups.
string Name |
specifies the name of the property.
The name is unique within a sequence of PropertyValues. Upper and lower case are distinguished.
determines if the value comes from the object itself or from a default and if the value cannot be determined exactly.
any Value |
contains the value of the property or VOID
, if no value is available.