public class ExcelCell extends XMLTag
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
ExcelCell() |
Modifier and Type | Method and Description |
---|---|
void |
addData(String inValue) |
void |
setComment(String inValue) |
void |
setData(double inValue) |
void |
setData(float inValue) |
void |
setData(int inValue) |
void |
setData(String inValue) |
ExcelCell |
setFormula(String inValue)
The Formula attribute of a Cell element contains the formula associated with
the cell.
|
ExcelCell |
setHRef(String inValue)
Specifies a URL to use to make the Cell a hyperlink.
|
ExcelCell |
setIndex(int inValue) |
ExcelCell |
setMergeAcross(int inValue)
Specifies the number of horizontally adjacent cells to merge with this cell.
|
ExcelCell |
setMergeDown(int inValue)
Specifies the number of vertically adjacent cells to merge with this cell.
|
ExcelCell |
setStyleId(String 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, 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 ExcelCell()
public void setComment(String inValue)
public void setData(int inValue)
public void setData(float inValue)
public void setData(double inValue)
public ExcelCell setHRef(String inValue)
public ExcelCell setFormula(String inValue)
public ExcelCell setMergeAcross(int inValue)
public ExcelCell setMergeDown(int inValue)
public ExcelCell setStyleId(String inValue)
jataylor@hairyfatguy.com