public abstract class WmlBorder extends WmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
WmlBorder(WmlBorderPosition inPosition,
Docx inDocx) |
Modifier and Type | Method and Description |
---|---|
WmlBorderPosition |
getPosition() |
WmlBorder |
setAutoColor() |
WmlBorder |
setColor(Color inValue) |
WmlBorder |
setFrame(boolean inValue)
Whether or not to create a frame effect for the border.
|
WmlBorder |
setShadow(boolean inValue)
Whether or not to add a shadow to the border.
|
WmlBorder |
setSize(GfxSize inValue)
Specifies the width of the border in eighths of a point, with a minimum value
of 1/4 of a point and a maximum value of twelve points.
|
WmlBorder |
setSpace(GfxSize inValue)
The padding (in points) between the text and the border.
|
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 WmlBorder(WmlBorderPosition inPosition, Docx inDocx)
public WmlBorderPosition getPosition()
public WmlBorder setAutoColor()
public WmlBorder setSize(GfxSize inValue)
inValue
- width of the borderpublic WmlBorder setSpace(GfxSize inValue)
inValue
- padding (in points)public WmlBorder setShadow(boolean inValue)
inValue
- whether or not to add a shadow to the border
jataylor@hairyfatguy.com