public class SsmlTextRunProperties extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlTextRunProperties(Xlsx inXlsx) |
Modifier and Type | Method and Description |
---|---|
SsmlTextRunProperties |
setBold(boolean inValue) |
SsmlTextRunProperties |
setColor(Color inValue) |
SsmlTextRunProperties |
setCondense(boolean inValue) |
SsmlTextRunProperties |
setExtend(boolean inValue) |
SsmlTextRunProperties |
setFont(Font inValue) |
SsmlTextRunProperties |
setFontSize(Integer inValue) |
SsmlTextRunProperties |
setItalic(boolean inValue) |
SsmlTextRunProperties |
setShadow(boolean inValue) |
SsmlTextRunProperties |
setStrikeThrough(boolean inValue) |
SsmlTextRunProperties |
setUnderline(SsmlUnderlineType inValue) |
SsmlTextRunProperties |
setVertAlign(SsmlTextVerticalAlignRunType inValue) |
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, 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 SsmlTextRunProperties(Xlsx inXlsx)
public SsmlTextRunProperties setFont(Font inValue)
public SsmlTextRunProperties setFontSize(Integer inValue)
public SsmlTextRunProperties setBold(boolean inValue)
public SsmlTextRunProperties setItalic(boolean inValue)
public SsmlTextRunProperties setShadow(boolean inValue)
public SsmlTextRunProperties setStrikeThrough(boolean inValue)
public SsmlTextRunProperties setCondense(boolean inValue)
public SsmlTextRunProperties setExtend(boolean inValue)
public SsmlTextRunProperties setColor(Color inValue)
public SsmlTextRunProperties setVertAlign(SsmlTextVerticalAlignRunType inValue)
public SsmlTextRunProperties setUnderline(SsmlUnderlineType inValue)
jataylor@hairyfatguy.com