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

service StyleFamilies
Developers Guide
Text - Overall Document Features - Styles

Exported Interfaces - Summary
::com::sun::star::container::XNameAccess

This mandatory interface makes it possible to get access to the style families by their names. (details)

::com::sun::star::container::XIndexAccess

This optional interface makes it possible to get access to the style families by index. (details)

Exported Interfaces - Details
::com::sun::star::container::XNameAccess
Description
This mandatory interface makes it possible to get access to the style families by their names.

The elements within this collection are StyleFamily instances.

::com::sun::star::container::XIndexAccess
Usage Restrictions
optional
Description
This optional interface makes it possible to get access to the style families by index.

The elements within this collection are StyleFamily instances.


 
Top of Page