public abstract class WmlStyle extends WmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
WmlStyle(WmlStyleType inType,
Docx inDocx) |
WmlStyle(WmlStyleType inType,
String inId,
Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
WmlParagraphProperties |
getParagraphProperties()
Returns the paragraph properties tag if one exists or else instantiates a new one.
|
WmlTextRunProperties |
getTextRunProperties()
Returns the text run properties tag if one exists or else instantiates a new one.
|
WmlStyleType |
getType() |
WmlStyle |
setBasedOn(String inStyleId) |
WmlStyle |
setId(String inValue) |
WmlStyle |
setIsDefault(boolean inValue) |
WmlStyle |
setLink(String inStyleId) |
WmlStyle |
setName(String inValue) |
WmlStyle |
setSemiHidden() |
WmlStyle |
setUI_Priority(Integer inValue) |
WmlStyle |
setUnhideWhenUsed() |
addSubtag, addSubtag, getParentDoc, getParentOfficeXMLPart
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, 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 WmlStyle(WmlStyleType inType, Docx inDocx)
public WmlStyle(WmlStyleType inType, String inId, Docx inDocx)
public WmlStyle setBasedOn(String inStyleId)
public WmlStyle setUI_Priority(Integer inValue)
public WmlStyle setSemiHidden()
public WmlStyle setUnhideWhenUsed()
public WmlStyle setIsDefault(boolean inValue)
public WmlStyleType getType()
public WmlTextRunProperties getTextRunProperties()
public WmlParagraphProperties getParagraphProperties()
jataylor@hairyfatguy.com