LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to access the cell style name for a condition in a conditional format. More...
import"XSheetConditionalEntry.idl";
Public Member Functions | |
string | getStyleName () |
returns the name of the cell style that is used when the condition is fulfilled. More... | |
void | setStyleName ([in] string aStyleName) |
sets the name of the cell style that is used when the condition is fulfilled. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides methods to access the cell style name for a condition in a conditional format.
string getStyleName | ( | ) |
returns the name of the cell style that is used when the condition is fulfilled.
void setStyleName | ( | [in] string | aStyleName | ) |
sets the name of the cell style that is used when the condition is fulfilled.