LibreOffice
LibreOffice 25.8 SDK API Reference
|
provides methods to add and remove conditions of a conditional format. More...
import "XSheetConditionalEntries.idl";
Public Member Functions | |
void | addNew ([in] sequence< com::sun::star::beans::PropertyValue > aConditionalEntry) |
adds a conditional entry to the format. | |
void | removeByIndex ([in] long nIndex) |
removes a conditional entry from the format. | |
void | clear () |
clears all condition entries. | |
Public Member Functions inherited from XIndexAccess | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
Public Member Functions inherited from XElementAccess | |
type | getElementType () |
boolean | hasElements () |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
provides methods to add and remove conditions of a conditional format.
void addNew | ( | [in] sequence< com::sun::star::beans::PropertyValue > | aConditionalEntry | ) |
adds a conditional entry to the format.
Supported properties are:
contains the operation to perform for this condition.
contains the value or formula for the operation.
contains the second value or formula for the operation (used with ConditionOperator::BETWEEN or ConditionOperator::NOT_BETWEEN operations).
contains the base address for relative cell references in formulas.
void clear | ( | ) |
clears all condition entries.
void removeByIndex | ( | [in] long | nIndex | ) |
removes a conditional entry from the format.