Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx.spreadsheetml |
Modifier and Type | Method and Description |
---|---|
SsmlCol |
SsmlWorksheet.addColumn() |
SsmlCol |
SsmlCol.setHidden(boolean inValue) |
SsmlCol |
SsmlCol.setMax(int inValue)
Sets the 1-based index of the last column that this spec applies to.
|
SsmlCol |
SsmlCol.setMin(int inValue)
Sets the 1-based index of the first column that this spec applies to.
|
SsmlCol |
SsmlCol.setStyle(SsmlCellFormat inValue)
Sets the style to apply to this column's cells.
|
SsmlCol |
SsmlCol.setWidth(float inValue)
Column width measured as the number of characters of the maximum digit width
of the numbers 0, 1, 2, …, 9 as rendered in the normal style's font.
|
SsmlCol |
SsmlCol.setWidth(GfxSize inValue)
Column width measured as the number of characters of the maximum digit width
of the numbers 0, 1, 2, …, 9 as rendered in the normal style's font.
|
jataylor@hairyfatguy.com