public class SsmlSheetFormatProperties extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlSheetFormatProperties(Xlsx inXlsx) |
Modifier and Type | Method and Description |
---|---|
SsmlSheetFormatProperties |
setBaseColWidth(float inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
setBaseColWidth(GfxSize inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
setBaseColWidth(int inValue)
Specifies the number of characters of the maximum digit width of the normal style's font.
|
SsmlSheetFormatProperties |
setCustomHeight(boolean inValue) |
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 |
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 |
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 |
setDefaultRowHeight(float inValue)
Sets the default row height (in points).
|
SsmlSheetFormatProperties |
setDefaultRowHeight(GfxSize inValue)
Sets the default row height.
|
SsmlSheetFormatProperties |
setDefaultRowHeight(int inValue)
Sets the default row height (in points).
|
SsmlSheetFormatProperties |
setThickBottom(boolean inValue) |
SsmlSheetFormatProperties |
setThickTop(boolean inValue) |
SsmlSheetFormatProperties |
setZeroHeight(boolean inValue) |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setParentNode, setSubtags
public SsmlSheetFormatProperties(Xlsx inXlsx)
public SsmlSheetFormatProperties setBaseColWidth(int inValue)
inValue
- width in number of characters of maximum digit width.public SsmlSheetFormatProperties setBaseColWidth(float inValue)
inValue
- width in number of characters of maximum digit width.public SsmlSheetFormatProperties setBaseColWidth(GfxSize inValue)
inValue
- width in a user-specified system of measure.public SsmlSheetFormatProperties setDefaultColWidth(int inValue)
inValue
- width in number of characters of maximum digit width.public SsmlSheetFormatProperties setDefaultColWidth(float inValue)
inValue
- width in number of characters of maximum digit width.public SsmlSheetFormatProperties setDefaultColWidth(GfxSize inValue)
inValue
- width in a user-specified system of measure.public SsmlSheetFormatProperties setDefaultRowHeight(int inValue)
inValue
- row height in points.public SsmlSheetFormatProperties setDefaultRowHeight(float inValue)
inValue
- row height in points.public SsmlSheetFormatProperties setDefaultRowHeight(GfxSize inValue)
inValue
- height in a user-specified system of measure.public SsmlSheetFormatProperties setCustomHeight(boolean inValue)
public SsmlSheetFormatProperties setZeroHeight(boolean inValue)
public SsmlSheetFormatProperties setThickTop(boolean inValue)
public SsmlSheetFormatProperties setThickBottom(boolean inValue)