interface XStyleFamiliesSupplier in module com::sun::star::style::

(Global Index)

Syntax

interface XStyleFamiliesSupplier : com::sun::star::uno::XInterface ;

Description

This interface provides access to the style families within the container document.

Method Summary

getStyleFamilies This method returns the collection of style families available in the container document.

Known Services Which Export this Interface

com::sun::star::drawing::DrawingDocument

com::sun::star::text::TextDocument

Method Details



getStyleFamilies

Syntax

com::sun::star::container::XNameAccess getStyleFamilies ();

Description

This method returns the collection of style families available in the container document.

See also

StyleFamilies
Top of Page