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

service TableConditionalFormat
Description
represents a collection of conditional formatting settings for a cell or cell range.

The style of the first fulfilled condition (in index order) will be applied to the cell(s).

See also
::com::sun::star::sheet::SheetCell, ::com::sun::star::sheet::SheetCellRange, ::com::sun::star::sheet::SheetCellRanges
Developers Guide
Exported Interfaces
::com::sun::star::sheet::XSheetConditionalEntries
Description
provides methods to insert and remove conditions and to access the condition via index.
See also
::com::sun::star::sheet::TableConditionalEntry
::com::sun::star::container::XNameAccess
Description
provides methods to access the condition via name.

The name of a condition is "Entry", followed by its index (i.e. Entry0, Entry1, ...).

See also
::com::sun::star::sheet::TableConditionalEntry
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all conditional entries.
See also
::com::sun::star::sheet::TableConditionalEntryEnumeration
::com::sun::star::container::XIndexAccess
Description
provides methods to access the contained conditional entries by index.
See also
::com::sun::star::sheet::TableConditionalEntry

 
Top of Page