public class SsmlCol extends SsmlXMLTag
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SsmlCol(SsmlWorksheet inParentWorksheet) |
Modifier and Type | Method and Description |
---|---|
SsmlCol |
setHidden(boolean inValue) |
SsmlCol |
setMax(int inValue)
Sets the 1-based index of the last column that this spec applies to.
|
SsmlCol |
setMin(int inValue)
Sets the 1-based index of the first column that this spec applies to.
|
SsmlCol |
setStyle(SsmlCellFormat inValue)
Sets the style to apply to this column's cells.
|
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 |
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.
|
getParentDoc
orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, 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
equals, 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 SsmlCol(SsmlWorksheet inParentWorksheet)
public SsmlCol setStyle(SsmlCellFormat inValue)
inValue
- cell format to applypublic SsmlCol setMin(int inValue)
inValue
- 1-based index of the first column that this spec applies topublic SsmlCol setMax(int inValue)
inValue
- 1-based index of the last column that this spec applies topublic SsmlCol setWidth(float inValue)
inValue
- width to use for the column displaypublic SsmlCol setWidth(GfxSize inValue)
inValue
- width to use for the column display
[email protected]