public class WmlTableProperties extends XMLTag
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
WmlTableProperties() |
Modifier and Type | Method and Description |
---|---|
WmlTableBorders |
getBorders() |
WmlShading |
getShading() |
WmlTableCellMargins |
getTableCellMargins() |
WmlTableProperties |
setRowBandSize(int inValue) |
WmlTableProperties |
setStyle(String inStyleId) |
WmlTableProperties |
setTableCellSpacing(GfxSize inValue)
Specifies the spacing between adjacent cells and the edges of the table.
|
WmlTableProperties |
setTableIndent(GfxSize inValue)
Specifies the table indent from the leading margin.
|
WmlTableProperties |
setWidth(GfxSize inValue)
The width of a table.
|
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 |
useAutoTableLayout() |
WmlTableProperties |
useFixedTableLayout() |
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, toIndentedXML, toString, toXML, 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 WmlTableProperties()
public WmlTableProperties useFixedTableLayout()
public WmlTableProperties useAutoTableLayout()
public WmlShading getShading()
public WmlTableProperties setRowBandSize(int inValue)
public WmlTableProperties setTableIndent(GfxSize inValue)
public WmlTableProperties setStyle(String inStyleId)
public WmlTableBorders getBorders()
public WmlTableProperties setTableCellSpacing(GfxSize inValue)
inValue
- public WmlTableProperties setWidth(GfxSize inValue)
inValue
- table width expressed in some GfxSize units.public WmlTableProperties setWidthPct(int inValue)
inValue
- the width of the table expressed as a percentpublic WmlTableCellMargins getTableCellMargins()