Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlTableRowProperties |
WmlTableRow.getRowProperties()
Returns the table row properties tag if one exists or else instantiates a new one.
|
WmlTableRowProperties |
WmlTableRowProperties.setAtLeastHeight(GfxSize inValue) |
WmlTableRowProperties |
WmlTableRowProperties.setAutoHeight()
Specifies that the table row should determine its height based on contents.
|
WmlTableRowProperties |
WmlTableRowProperties.setCantSplit()
Specifies that this table row should not be separated by a page break from the row that follows it.
|
WmlTableRowProperties |
WmlTableRowProperties.setExactHeight(GfxSize inValue) |
WmlTableRowProperties |
WmlTableRowProperties.setJustification(WmlJustification inValue) |
WmlTableRowProperties |
WmlTableRowProperties.setStyle(String inStyleId) |
WmlTableRowProperties |
WmlTableRowProperties.setTableHeader(boolean inValue)
Repeat Table Row on Every New Page.
|
jataylor@hairyfatguy.com