interface XAutoFormattable in module com::sun::star::table::

(Global Index)

Syntax

interface XAutoFormattable : com::sun::star::uno::XInterface ;

Description

represents a table (or part of a table) to which AutoFormats can be applied.

Method Summary

autoFormat applies an AutoFormat.

Known Services Which Export this Interface

com::sun::star::text::TextTable

Method Details



autoFormat

Syntax

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

Description

applies an AutoFormat.

Top of Page