:: com :: sun :: star :: style ::

unpublished interface XAutoStyle
Base Interfaces
XAutoStyle
┣ ::com::sun::star::beans::XMultiPropertySet
┗ ::com::sun::star::beans::XMultiPropertyStates

::com::sun::star::beans::XMultiPropertySet
(referenced interface's summary:)
provides access to multiple properties with a single call.
::com::sun::star::beans::XMultiPropertyStates
(referenced interface's summary:)
makes it possible to query information about the state of one or more properties.
Usage Restrictions
not published
Description
This interface allows access to a single automatic style.

Methods' Summary
getProperties returns a sequence of all properties that are set in the style  
Methods' Details
getProperties
::com::sun::star::beans::PropertyValues
getProperties();

Description
returns a sequence of all properties that are set in the style
Top of Page