LibreOffice
LibreOffice 25.8 SDK API Reference
|
import "XConditionalFormats.idl";
Public Member Functions | |
long | createByRange ([in] com::sun::star::sheet::XSheetCellRanges range) |
adds a conditional format to the existing list returns the id of the inserted conditional format | |
void | removeByID ([in] long ID) |
sequence< XConditionalFormat > | getConditionalFormats () |
long | getLength () |
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. |
long createByRange | ( | [in] com::sun::star::sheet::XSheetCellRanges | range | ) |
adds a conditional format to the existing list returns the id of the inserted conditional format
sequence< XConditionalFormat > getConditionalFormats | ( | ) |
long getLength | ( | ) |
void removeByID | ( | [in] long | ID | ) |