public class SsmlCellFormat extends SsmlXMLTag implements java.lang.Cloneable
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SsmlCellFormat(StylesPart inStylesPart) |
SsmlCellFormat(Xlsx inXlsx) |
SsmlCellFormat(Xlsx inXlsx,
XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SsmlCellFormat |
clone() |
SsmlAlignment |
getAlignment() |
SsmlBorder |
getBorder() |
SsmlFill |
getFill() |
SsmlFont |
getFont() |
java.lang.Integer |
getIndex() |
SsmlNumberFormat |
getNumberFormat() |
SsmlCellFormat |
setAlignment(SsmlAlignment inValue) |
SsmlCellFormat |
setBorder(SsmlBorder inValue) |
SsmlCellFormat |
setFill(SsmlFill inValue) |
SsmlCellFormat |
setFont(java.awt.Font inValue) |
SsmlCellFormat |
setFont(SsmlFont inValue) |
SsmlCellFormat |
setNumberFormat(SsmlNumberFormat inValue) |
SsmlCellFormat |
setStyle(SsmlCellStyle inValue) |
SsmlCellFormat |
setStyleFormat(SsmlStyleFormat inValue) |
getParentDoc
orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, 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
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, 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 SsmlCellFormat(Xlsx inXlsx)
public SsmlCellFormat(StylesPart inStylesPart)
public SsmlCellFormat(Xlsx inXlsx, XMLTag inXMLTag)
public SsmlCellFormat clone()
public java.lang.Integer getIndex()
public SsmlCellFormat setFont(java.awt.Font inValue)
public SsmlCellFormat setFont(SsmlFont inValue)
public SsmlCellFormat setFill(SsmlFill inValue)
public SsmlCellFormat setBorder(SsmlBorder inValue)
public SsmlBorder getBorder()
public SsmlCellFormat setNumberFormat(SsmlNumberFormat inValue)
public SsmlNumberFormat getNumberFormat()
public SsmlAlignment getAlignment()
public SsmlCellFormat setAlignment(SsmlAlignment inValue)
public SsmlCellFormat setStyle(SsmlCellStyle inValue)
public SsmlCellFormat setStyleFormat(SsmlStyleFormat inValue)
[email protected]