public class WmlParagraph extends WmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
WmlParagraph(Docx inDocx) |
WmlParagraph(WmlContentPart inParentPart) |
Modifier and Type | Method and Description |
---|---|
void |
addComment(WmlParagraph inValue) |
WmlHyperlink |
addHyperlink(URL inURL) |
WmlHyperlink |
addHyperlink(URL inURL,
String inName) |
WmlParagraph |
addPageBreak() |
WmlTextRun |
addTextRun() |
WmlTextRun |
addTextRun(String inContent) |
WmlParagraph |
br() |
WmlParagraph |
br(int inCount) |
void |
endBookmark(WmlBookmark inBookmark) |
WmlParagraphProperties |
getProperties()
Returns the paragraph properties tag if one exists or else instantiates a new one.
|
WmlBookmark |
startBookmark() |
void |
startBookmark(WmlBookmark inBookmark) |
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 WmlParagraph(Docx inDocx)
public WmlParagraph(WmlContentPart inParentPart)
public WmlParagraphProperties getProperties()
public WmlTextRun addTextRun()
public WmlTextRun addTextRun(String inContent)
public void addComment(WmlParagraph inValue)
public WmlHyperlink addHyperlink(URL inURL, String inName)
public WmlHyperlink addHyperlink(URL inURL)
public WmlParagraph br()
public WmlParagraph br(int inCount)
public WmlParagraph addPageBreak()
public WmlBookmark startBookmark()
public void startBookmark(WmlBookmark inBookmark)
public void endBookmark(WmlBookmark inBookmark)