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

service StyleFamily
Description
This service is a container of style sheets of the same style family.
See also
::com::sun::star::style::StyleFamilies
Developers Guide
Exported Interfaces
::com::sun::star::container::XNameAccess
Description
This mandatory interface makes it possible to access the style sheets within this family by name.

The elements in this container support the service ::com::sun::star::style::Style and are accessed via an ::com::sun::star::style::XStyle .

::com::sun::star::container::XNameContainer
Usage Restrictions
optional
Description
This optional interface makes it possible to add and remove the style sheets within this family by name.

The elements in this container support the service ::com::sun::star::style::Style and are accessed via an ::com::sun::star::style::XStyle .

::com::sun::star::container::XIndexAccess
Usage Restrictions
optional
Description
This optional interface makes it possible to access the style sheets within this family by index.

The elements in this container support the service ::com::sun::star::style::Style and are accessed via an ::com::sun::star::style::XStyle .


 
Top of Page