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

interface XStyleFamiliesSupplier
Description
This interface provides access to the style families within the container document.
Developers Guide
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
::com::sun::star::style::StyleFamilies
Top of Page