public class SsmlFont extends SsmlXMLTag implements Comparable
XMLContainerImpl.sMode
Modifier and Type | Field and Description |
---|---|
protected boolean |
mLocked |
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsmlFont(Font inFont,
Xlsx inXlsx) |
SsmlFont(SsmlXMLTag inSsmlXMLTag) |
SsmlFont(StylesPart inStylesPart) |
SsmlFont(Xlsx inXlsx) |
SsmlFont(Xlsx inXlsx,
XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SsmlFont |
clone() |
int |
compareTo(Object inObj2) |
boolean |
equals(Object inObj2) |
Color |
getColor() |
Integer |
getIndex() |
String |
getName() |
int |
getSize() |
SsmlTextVerticalAlignRunType |
getTextVerticalAlignment() |
SsmlUnderlineType |
getUnderline() |
boolean |
hasShadow() |
boolean |
hasStrikeThrough() |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isLocked() |
SsmlFont |
lock() |
SsmlFont |
setBold(boolean inValue) |
SsmlFont |
setColor(Color inValue) |
protected SsmlFont |
setIndex(Integer inValue)
Only for use by the StylesPart when setting a new value for the default font.
|
SsmlFont |
setItalic(boolean inValue) |
SsmlFont |
setName(String inValue) |
SsmlFont |
setShadow(boolean inValue) |
SsmlFont |
setSize(int inValue) |
SsmlFont |
setStrikeThrough(boolean inValue) |
SsmlFont |
setTextVerticalAlignment(SsmlTextVerticalAlignRunType inValue) |
SsmlFont |
setUnderline(SsmlUnderlineType inValue) |
Font |
toFont() |
String |
toString() |
getParentDoc, setAttribute
colorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXML
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, 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
protected boolean mLocked
public SsmlFont(SsmlXMLTag inSsmlXMLTag)
public SsmlFont(StylesPart inStylesPart)
public int compareTo(Object inObj2)
compareTo
in interface Comparable
compareTo
in class XMLTag
public boolean isLocked()
protected SsmlFont setIndex(Integer inValue)
inValue
- the new index valuepublic int getSize()
public boolean isBold()
public boolean isItalic()
public boolean hasStrikeThrough()
public SsmlFont setStrikeThrough(boolean inValue)
public boolean hasShadow()
public SsmlUnderlineType getUnderline()
public SsmlFont setUnderline(SsmlUnderlineType inValue)
public SsmlFont setTextVerticalAlignment(SsmlTextVerticalAlignRunType inValue)
public SsmlTextVerticalAlignRunType getTextVerticalAlignment()
jataylor@hairyfatguy.com