:: com :: sun :: star :: ucb ::

unpublished struct PropertyCommandArgument
Usage Restrictions
not published
Description
The argument for the "addProperty" command.
Since
Apache OpenOffice 4.0
See also
XCommandProcessor

Elements' Summary
Property The property that the command has to add.  
DefaultValue The default value of the property.  
Elements' Details
Property
::com::sun::star::beans::Property Property;
Description
The property that the command has to add.
DefaultValue
any DefaultValue;
Description
The default value of the property.
Top of Page