Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XStyleFamiliesSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::drawing::DrawingDocument specifies a document which consists of multiple pages with drawings.
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

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

Methods' Details

getStyleFamilies
 
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