22module
com { module sun { module star { module beans {
PropertyState
This enumeration lists the states that a property value can have.
Definition PropertyState.idl:38
@ DEFAULT_VALUE
The value of the property is available from a master (e.g., template).
Definition PropertyState.idl:60
@ AMBIGUOUS_VALUE
The value of the property is only a recommendation because there are multiple values for this propert...
Definition PropertyState.idl:74
@ DIRECT_VALUE
The value of the property is stored in the PropertySet itself.
Definition PropertyState.idl:47
Definition Ambiguous.idl:20