LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
XConditionalFormats Interface Reference

import <XConditionalFormats.idl;

Inheritance diagram for XConditionalFormats:
XInterface

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< XConditionalFormatgetConditionalFormats ()
 
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.
 

Member Function Documentation

◆ createByRange()

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

◆ getConditionalFormats()

sequence< XConditionalFormat > getConditionalFormats ( )

◆ getLength()

long getLength ( )

◆ removeByID()

void removeByID ( [in] long ID)

The documentation for this interface was generated from the following file: