public class SsmlStyleFormat extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlStyleFormat(StylesPart inStylesPart) |
SsmlStyleFormat(Xlsx inXlsx) |
Modifier and Type | Method and Description |
---|---|
SsmlStyleFormat |
clone() |
SsmlAlignment |
getAlignment() |
SsmlBorder |
getBorder() |
SsmlFill |
getFill() |
SsmlFont |
getFont() |
Integer |
getIndex() |
SsmlNumberFormat |
getNumberFormat() |
SsmlStyleFormat |
setAlignment(SsmlAlignment inValue) |
SsmlStyleFormat |
setBorder(SsmlBorder inValue) |
SsmlStyleFormat |
setFill(SsmlFill inValue) |
SsmlStyleFormat |
setFont(SsmlFont inValue) |
SsmlStyleFormat |
setNumberFormat(SsmlNumberFormat inValue) |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
addSubtag, addSubtag, addXMLNamespaceDeclaration, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toString, 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 SsmlStyleFormat(Xlsx inXlsx)
public SsmlStyleFormat(StylesPart inStylesPart)
public SsmlStyleFormat clone()
public SsmlStyleFormat setFont(SsmlFont inValue)
public SsmlStyleFormat setFill(SsmlFill inValue)
public SsmlStyleFormat setBorder(SsmlBorder inValue)
public SsmlBorder getBorder()
public SsmlStyleFormat setNumberFormat(SsmlNumberFormat inValue)
public SsmlNumberFormat getNumberFormat()
public SsmlAlignment getAlignment()
public SsmlStyleFormat setAlignment(SsmlAlignment inValue)
jataylor@hairyfatguy.com