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

interface XStyleFamiliesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XStyleFamiliesSupplier
Description
This interface provides access to the style families within the container document.
Developers Guide
8.4.1 Spreadsheet Documents - 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