Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlTableProperties |
WmlTable.getTableProperties()
Returns the table properties tag if one exists or else instantiates a new one.
|
WmlTableProperties |
WmlTableProperties.setRowBandSize(int inValue) |
WmlTableProperties |
WmlTableProperties.setStyle(String inStyleId) |
WmlTableProperties |
WmlTableProperties.setTableCellSpacing(GfxSize inValue)
Specifies the spacing between adjacent cells and the edges of the table.
|
WmlTableProperties |
WmlTableProperties.setTableIndent(GfxSize inValue)
Specifies the table indent from the leading margin.
|
WmlTableProperties |
WmlTableProperties.setWidth(GfxSize inValue)
The width of a table.
|
WmlTableProperties |
WmlTableProperties.setWidthPct(int inValue)
The width of a table is expressed in fiftieth of a percent but to make things
simpler this method will take a regular percentage and perform the conversion for you.
|
WmlTableProperties |
WmlTableProperties.useAutoTableLayout() |
WmlTableProperties |
WmlTableProperties.useFixedTableLayout() |
Modifier and Type | Method and Description |
---|---|
WmlTableProperties |
WmlTableStyle.getTableProperties()
Returns the table properties tag if one exists or else instantiates a new one.
|
jataylor@hairyfatguy.com