public class WmlParagraphProperties extends WmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
WmlParagraphProperties(Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
WmlParagraphProperties |
addTab(WmlTab inValue)
Adds a tab stop definition.
|
WmlParagraphBorder |
getBorders() |
WmlIndentation |
getIndentation() |
WmlNumberingProperties |
getNumberingProperties()
Returns the numbering properties tag if one exists or else instantiates a new one.
|
WmlTextRunProperties |
getRunProperties()
Returns the run properties tag if one exists or else instantiates a new one.
|
WmlSectionProperties |
getSectionProperties()
Returns the section properties tag if one exists or else instantiates a new one.
|
WmlShading |
getShading() |
WmlSpacing |
getSpacing() |
List<WmlTab> |
getTabs()
Adds a tab stop definition.
|
WmlParagraphProperties |
setContextualSpacing(boolean inValue)
Specifies that this paragraph should use contextual spacing.
|
WmlParagraphProperties |
setJustification(WmlJustification inValue) |
WmlParagraphProperties |
setKeepLines()
Specifies that this paragraph's lines should be kept on one page.
|
WmlParagraphProperties |
setKeepNext()
Specifies that this paragraph should not be separated by a page break from the one that follows it.
|
WmlParagraphProperties |
setOutlineLevel(Integer inValue) |
WmlParagraphProperties |
setPageBreakBefore(boolean inValue)
Specifies whether or not this paragraph should be preceded by a page break.
|
WmlParagraphProperties |
setStyle(String inStyleId) |
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 WmlParagraphProperties(Docx inDocx)
public WmlParagraphProperties setStyle(String inStyleId)
public WmlParagraphProperties setOutlineLevel(Integer inValue)
public WmlParagraphBorder getBorders()
public WmlShading getShading()
public WmlSpacing getSpacing()
public WmlIndentation getIndentation()
public WmlParagraphProperties setJustification(WmlJustification inValue)
public WmlParagraphProperties setKeepNext()
public WmlParagraphProperties setKeepLines()
public WmlParagraphProperties setContextualSpacing(boolean inValue)
public WmlParagraphProperties setPageBreakBefore(boolean inValue)
public WmlSectionProperties getSectionProperties()
public WmlNumberingProperties getNumberingProperties()
public WmlTextRunProperties getRunProperties()
public WmlParagraphProperties addTab(WmlTab inValue)
jataylor@hairyfatguy.com