service StyleFamily in module com::sun::star::style::

(Global Index)

Syntax

service StyleFamily;

Description

This service is a container of style sheets of the same style family.

See also

StyleFamilies

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 Style and are accessed via an XStyle .


com::sun::star::container::XNameContainer [ 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 Style and are accessed via an XStyle .


com::sun::star::container::XIndexAccess [ 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 Style and are accessed via an XStyle .


Top of Page