:: com :: sun :: star :: sheet ::

service TableAutoFormats
Description
represents the collection of AutoFormats.

There is only one instance of this collection, containing all AutoFormats usable in spreadsheet and text tables.


Exported Interfaces
::com::sun::star::container::XNameContainer
Description
provides methods to access, insert and remove AutoFormats via name.
::com::sun::star::container::XIndexAccess
Description
provides methods to access AutoFormats via index.
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all AutoFormats.

 
Top of Page