LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"DataBar.idl";
Exported Interfaces | |
interface | XConditionEntry |
Public Attributes | |
boolean | ShowValue |
long | AxisPosition |
See com.sun.star.sheet.DataBarAxis for possible values. More... | |
boolean | UseGradient |
com::sun::star::util::Color | Color |
com::sun::star::util::Color | AxisColor |
boolean | UseNegativeColor |
com::sun::star::util::Color | NegativeColor |
sequence< XDataBarEntry > | DataBarEntries |
double | MinimumLength |
Minimum databar length in percent of cell width. More... | |
double | MaximumLength |
Maximum databar length in percent of cell width. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XConditionEntry | |
long | getType () |
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... | |
interface XConditionEntry |
|
property |
|
property |
See com.sun.star.sheet.DataBarAxis for possible values.
|
property |
|
property |
|
property |
Maximum databar length in percent of cell width.
Allowed values are (0, 1000) but larger than MinimumLength.
|
property |
Minimum databar length in percent of cell width.
Allowed values are [0, 100) but smaller than MaximumLength.
|
optionalproperty |
|
property |
|
property |
|
property |