public class WmlTextRun extends WmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
WmlTextRun(Docx inDocx) |
WmlTextRun(Docx inDocx,
String inContent) |
Modifier and Type | Method and Description |
---|---|
void |
addComment(WmlParagraph inValue) |
WmlComplexField |
addComplexField(WmlComplexFieldCharType inType) |
WmlDrawing |
addDrawing() |
void |
addInstructionText(CharSequence inValue) |
void |
addMedia(MediaPart inMediaPart) |
WmlTextRun |
addPageBreak() |
void |
addSymbol(Font inFont,
String inHexCode) |
void |
addSymbol(String inFontName,
String inHexCode) |
WmlTextRun |
addText(String inText) |
WmlTextRun |
br() |
WmlTextRun |
br(int inCount) |
WmlTextRunProperties |
getProperties()
Returns the run properties tag if one exists or else instantiates a new one.
|
boolean |
hasProperties()
Returns whether or not this text run has a run properties subtag.
|
void |
setProperties(WmlTextRunProperties inValue) |
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 WmlTextRun(Docx inDocx)
public WmlTextRun(Docx inDocx, String inContent)
public boolean hasProperties()
public void setProperties(WmlTextRunProperties inValue)
public WmlTextRunProperties getProperties()
public WmlTextRun addText(String inText)
public WmlDrawing addDrawing()
public WmlTextRun br()
public WmlTextRun br(int inCount)
public WmlTextRun addPageBreak()
public void addComment(WmlParagraph inValue)
public WmlComplexField addComplexField(WmlComplexFieldCharType inType)
public void addInstructionText(CharSequence inValue)
jataylor@hairyfatguy.com