LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides a method to apply TableAutoFormats to a cell range. More...
import"XAutoFormattable.idl";
Public Member Functions | |
void | autoFormat ([in] string aName) raises ( com::sun::star::lang::IllegalArgumentException ) |
applies an AutoFormat to the cell range of the current context. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides a method to apply TableAutoFormats to a cell range.
void autoFormat | ( | [in] string | aName | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
applies an AutoFormat to the cell range of the current context.
aName | is the name of the AutoFormat to apply. |
com::sun::star::lang::IllegalArgumentException | if the specified AutoFormat does not exist. |