Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx.spreadsheetml |
Modifier and Type | Method and Description |
---|---|
SsmlDataBar |
SsmlCfRule.getOrAddDataBar() |
SsmlDataBar |
SsmlDataBar.setBorder(Boolean inValue) |
SsmlDataBar |
SsmlDataBar.setBorderColor(Color inValue) |
SsmlDataBar |
SsmlDataBar.setColor(Color inValue) |
SsmlDataBar |
SsmlDataBar.setGradient(Boolean inValue) |
SsmlDataBar |
SsmlDataBar.setMaxLength(Integer inValue)
Specifies the maximum length of the data bar, as a percentage of the cell's width.
|
SsmlDataBar |
SsmlDataBar.setMinLength(Integer inValue)
Specifies the minimum length of the data bar, as a percentage of the cell's width.
|
SsmlDataBar |
SsmlDataBar.setShowValue(Boolean inValue)
Specifies whether or not to display the numeric value to the right of the data bar.
|
Modifier and Type | Method and Description |
---|---|
void |
SsmlDataBar.setExtension(SsmlDataBar inValue) |
jataylor@hairyfatguy.com