Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: table ::

interface XAutoFormattable

Base Interface
com::sun::star::uno::XInterface

Description
provides a method to apply TableAutoFormats to a cell range.
See also
com::sun::star::sheet::SheetCellRange
See also
com::sun::star::text::TextTable
See also
com::sun::star::sheet::TableAutoFormats


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.
com::sun::star::text::TextTable is a table of text cells which is anchored to a surrounding text.

Methods' Summary

autoFormat applies an AutoFormat to the cell range of the current context.

Methods' Details

autoFormat
 
void
autoFormat(
[ in ] string aName )
raises ( com::sun::star::lang::IllegalArgumentException );

Description
applies an AutoFormat to the cell range of the current context.
Parameter aName
is the name of the AutoFormat to apply.
Throws
com::sun::star::lang::IllegalArgumentException if the specified AutoFormat does not exist.

Top of Page