LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
PropertyAttribute.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::beans
 Java beans-like property access and introspection.
 

Constant Groups

constants  com::sun::star::beans::PropertyAttribute
 These values are used to specify the behavior of a Property.
 

Variables

const short MAYBEVOID = 1
 indicates that a property value can be void. More...
 
const short BOUND = 2
 indicates that a PropertyChangeEvent will be fired to all registered XPropertyChangeListeners whenever the value of this property changes. More...
 
const short CONSTRAINED = 4
 indicates that a PropertyChangeEvent will be fired to all registered XVetoableChangeListeners whenever the value of this property is about to change. More...
 
const short TRANSIENT = 8
 indicates that the value of the property is not persistent. More...
 
const short READONLY = 16
 indicates that the value of the property is read-only. More...
 
const short MAYBEAMBIGUOUS = 32
 indicates that the value of the property can be ambiguous. More...
 
const short MAYBEDEFAULT = 64
 indicates that the property can be set to default. More...
 
const short REMOVABLE = 128
 indicates that the property can be removed (i.e., by calling XPropertyContainer::removeProperty()). More...
 
const short REMOVEABLE = 128
 
const short OPTIONAL = 256
 indicates that a property is optional. More...