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

interface XStyleFamiliesSupplier
Description
This interface provides access to the style families within the container document.
Developers Guide
Spreadsheets - Overall Document Features - Styles

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