public class SsmlCell extends SsmlXMLTag
XMLContainerImpl.sModesSQLLoggingLevelmContentAndSubtagList| Constructor and Description |
|---|
SsmlCell(SsmlWorksheet inParentWorksheet) |
SsmlCell(SsmlWorksheet inParentWorksheet,
XMLTag inXMLTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(XlsxComment inComment) |
SsmlCell |
addContent(CharSequence inContent) |
SsmlCellType |
getCellType() |
String |
getContent()
The returned content does not contain any embedded subtags.
|
SsmlCellFormat |
getFormat() |
CellRef |
getRef() |
Object |
getValue() |
SsmlCell |
mergeDown(int inValue) |
SsmlCell |
mergeRight(int inValue) |
SsmlCell |
setContent(CharSequence inContent) |
SsmlCell |
setFormat(SsmlCellFormat inValue) |
SsmlCell |
setFormula(String inValue) |
SsmlCell |
setRef(CellRef inValue) |
SsmlCell |
setTextRuns(List<SsmlTextRun> inValue) |
SsmlCell |
setValue(double inValue) |
SsmlCell |
setValue(float inValue) |
SsmlCell |
setValue(int inValue) |
SsmlCell |
setValue(long inValue) |
SsmlCell |
setValue(Object inValue) |
SsmlCell |
setValue(SsmlTextRun inValue) |
SsmlCell |
setValue(String inValue) |
String |
toString() |
getParentDoc, setAttributecolorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXMLaddSubtag, 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, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagNameaddContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, 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, waitaddContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setParentNode, setSubtagspublic SsmlCell(SsmlWorksheet inParentWorksheet)
public SsmlCell(SsmlWorksheet inParentWorksheet, XMLTag inXMLTag)
public SsmlCellFormat getFormat()
public SsmlCell setFormat(SsmlCellFormat inValue)
public SsmlCell mergeRight(int inValue)
public void addComment(XlsxComment inComment)
public String getContent()
XMLContainergetContent in interface XMLContainergetContent in class XMLContainerImplpublic SsmlCell setContent(CharSequence inContent)
setContent in interface XMLContainersetContent in class XMLTagpublic SsmlCell addContent(CharSequence inContent)
addContent in interface XMLContaineraddContent in class XMLContainerImplpublic SsmlCellType getCellType()
public SsmlCell setValue(SsmlTextRun inValue)
public SsmlCell setTextRuns(List<SsmlTextRun> inValue)
public SsmlCell setFormula(String inValue)
jataylor@hairyfatguy.com