public class SsmlAlignment extends SsmlXMLTag implements Comparable
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlAlignment(SsmlXMLTag inSsmlXMLTag) |
SsmlAlignment(Xlsx inXlsx) |
Modifier and Type | Method and Description |
---|---|
SsmlAlignment |
clone() |
int |
compareTo(Object inObj2) |
boolean |
equals(Object inObj2) |
int |
hashCode() |
SsmlAlignment |
setHorizontal(Align inValue) |
SsmlAlignment |
setHorizontal(SsmlHorizontalAlign inValue) |
SsmlAlignment |
setTextRotation(Integer inValue) |
SsmlAlignment |
setVertical(SsmlVerticalAlign inValue) |
SsmlAlignment |
setWrapText(boolean inValue) |
void |
toIndentedXML(Writer inWriter,
int inInitialIndentSize,
int inIndentSize,
XMLNamespaceSet inDeclaredNamespaces) |
void |
toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc
addSubtag, addSubtag, addXMLNamespaceDeclaration, 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, 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 SsmlAlignment(Xlsx inXlsx)
public SsmlAlignment(SsmlXMLTag inSsmlXMLTag)
public void toXML(Writer inWriter, XMLNamespaceSet inDeclaredNamespaces)
toXML
in class OfficeOpenXMLTag
public void toIndentedXML(Writer inWriter, int inInitialIndentSize, int inIndentSize, XMLNamespaceSet inDeclaredNamespaces)
toIndentedXML
in interface XMLNode
toIndentedXML
in class OfficeOpenXMLTag
public SsmlAlignment clone()
public int compareTo(Object inObj2)
compareTo
in interface Comparable
compareTo
in class XMLTag
public SsmlAlignment setHorizontal(Align inValue)
public SsmlAlignment setHorizontal(SsmlHorizontalAlign inValue)
public SsmlAlignment setVertical(SsmlVerticalAlign inValue)
public SsmlAlignment setTextRotation(Integer inValue)
public SsmlAlignment setWrapText(boolean inValue)
jataylor@hairyfatguy.com