| Package | Description |
|---|---|
| com.hfg.xml.msofficexml.xlsx.spreadsheetml |
| Modifier and Type | Method and Description |
|---|---|
SsmlSheetFormatProperties |
SsmlWorksheet.getSheetFormatProperties() |
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setBaseColWidth(float inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setBaseColWidth(GfxSize inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setBaseColWidth(int inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setCustomHeight(boolean inValue) |
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultColWidth(float inValue)
Sets the default column width measured as the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultColWidth(GfxSize inValue)
Sets the default column width measured as the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultColWidth(int inValue)
Sets the default column width measured as the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultRowHeight(float inValue)
Sets the default row height (in points).
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultRowHeight(GfxSize inValue)
Sets the default row height.
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setDefaultRowHeight(int inValue)
Sets the default row height (in points).
|
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setThickBottom(boolean inValue) |
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setThickTop(boolean inValue) |
SsmlSheetFormatProperties |
SsmlSheetFormatProperties.setZeroHeight(boolean inValue) |
jataylor@hairyfatguy.com