public class SsmlCell extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
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, 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, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContentWithoutEscaping, 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, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContentWithoutEscaping, 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, setSubtags
public 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()
XMLContainer
getContent
in interface XMLContainer
getContent
in class XMLContainerImpl
public SsmlCell setContent(CharSequence inContent)
setContent
in interface XMLContainer
setContent
in class XMLTag
public SsmlCell addContent(CharSequence inContent)
addContent
in interface XMLContainer
addContent
in class XMLContainerImpl
public SsmlCellType getCellType()
public SsmlCell setValue(SsmlTextRun inValue)
public SsmlCell setTextRuns(List<SsmlTextRun> inValue)
public SsmlCell setFormula(String inValue)