public class WmlTableStyle extends WmlStyle
XMLContainerImpl.sMode
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NORMAL_STYLE_ID |
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
WmlTableStyle(Docx inDocx) |
WmlTableStyle(String inId,
Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
static List<WmlStyle> |
generateDefaultStyles(Docx inParentDoc) |
WmlTableStyleProperties |
getProperties(WmlTableStyleProperties.Type inType)
Returns the table style properties tag if one exists or else instantiates a new one.
|
WmlTableProperties |
getTableProperties()
Returns the table properties tag if one exists or else instantiates a new one.
|
getId, getName, getParagraphProperties, getTextRunProperties, getType, setBasedOn, setId, setIsDefault, setLink, setName, setSemiHidden, setUI_Priority, setUnhideWhenUsed
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 static final String TABLE_NORMAL_STYLE_ID
public WmlTableStyle(Docx inDocx)
public WmlTableStyle(String inId, Docx inDocx)
public WmlTableProperties getTableProperties()
public WmlTableStyleProperties getProperties(WmlTableStyleProperties.Type inType)
public static List<WmlStyle> generateDefaultStyles(Docx inParentDoc)
jataylor@hairyfatguy.com