:: 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 - Summary
::com::sun::star::container::XNameContainer

provides methods to access, insert and remove AutoFormats via name. (details)

::com::sun::star::container::XIndexAccess

provides methods to access AutoFormats via index. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all AutoFormats. (details)

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

 
Top of Page