19 #ifndef __com_sun_star_beans_XPropertyState_idl__ 20 #define __com_sun_star_beans_XPropertyState_idl__ 34 module
com { module sun { module star { module beans {
61 [in]
string PropertyName )
78 sequence<com::sun::star::beans::PropertyState> getPropertyStates(
79 [in] sequence<string> aPropertyName )
97 void setPropertyToDefault( [in]
string PropertyName )
118 any getPropertyDefault( [in]
string aPropertyName )
PropertyState
This enumeration lists the states that a property value can have.
Definition: PropertyState.idl:39
Definition: Ambiguous.idl:22
makes it possible to query information about the state of one or more properties. ...
Definition: XPropertyState.idl:48
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
base interface of all UNO interfaces
Definition: XInterface.idl:47