public class ExcelColumn extends XMLTag
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
ExcelColumn() |
| Modifier and Type | Method and Description |
|---|---|
ExcelColumn |
setAutoFitWidth(boolean inValue)
Specifies whether the column should be automatically sized in Excel to display
the entire length of numeric and date values (columns are not automatically re-sized for other data types).
|
ExcelColumn |
setHidden(boolean inValue)
Specifies whether the column should be hidden or not.
|
ExcelColumn |
setIndex(int inValue)
If index values are not specified, the columns are assumed to be consecutive.
|
ExcelColumn |
setSpan(int inValue)
The Span attribute of a Column element the specified number of columns to the right
of the Column element with the Span attribute to be formatted exactly like that Column element.
|
ExcelColumn |
setStyleId(String inValue) |
ExcelColumn |
setWidth(int inValue) |
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, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagNameaddContent, 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, setSubtagsfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddContent, 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, setSubtagspublic ExcelColumn()
public ExcelColumn setAutoFitWidth(boolean inValue)
public ExcelColumn setHidden(boolean inValue)
public ExcelColumn setIndex(int inValue)
public ExcelColumn setSpan(int inValue)
public ExcelColumn setStyleId(String inValue)
public ExcelColumn setWidth(int inValue)
jataylor@hairyfatguy.com