public class WmlTableRowProperties extends WmlXMLTag
XMLContainerImpl.sModesSQLLoggingLevelmContentAndSubtagList| Constructor and Description |
|---|
WmlTableRowProperties(Docx inDocx) |
| Modifier and Type | Method and Description |
|---|---|
WmlShading |
getShading() |
WmlTableRowProperties |
setAtLeastHeight(GfxSize inValue) |
WmlTableRowProperties |
setAutoHeight()
Specifies that the table row should determine its height based on contents.
|
WmlTableRowProperties |
setCantSplit()
Specifies that this table row should not be separated by a page break from the row that follows it.
|
WmlTableRowProperties |
setExactHeight(GfxSize inValue) |
WmlTableRowProperties |
setJustification(WmlJustification inValue) |
WmlTableRowProperties |
setStyle(String inStyleId) |
WmlTableRowProperties |
setTableHeader(boolean inValue)
Repeat Table Row on Every New Page.
|
addSubtag, addSubtag, getParentDoc, getParentOfficeXMLPartcolorToCT_Color, generateUID, getLogger, orderSubtags, setParentDoc, toIndentedXML, toXMLaddSubtag, 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, verifyTagNameaddContent, 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, setSubtagsfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddContent, 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, setSubtagspublic WmlTableRowProperties(Docx inDocx)
public WmlTableRowProperties setStyle(String inStyleId)
public WmlTableRowProperties setAutoHeight()
public WmlTableRowProperties setAtLeastHeight(GfxSize inValue)
public WmlTableRowProperties setExactHeight(GfxSize inValue)
public WmlTableRowProperties setJustification(WmlJustification inValue)
public WmlTableRowProperties setTableHeader(boolean inValue)
public WmlTableRowProperties setCantSplit()
public WmlShading getShading()
jataylor@hairyfatguy.com