public class DmlLine extends OfficeOpenXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
DmlLine(OfficeOpenXmlDocument inParentDoc) |
Modifier and Type | Method and Description |
---|---|
DmlLineHeadEnd |
getHeadEnd()
Returns the headEnd tag if one exists or else instantiates a new one.
|
DmlLineTailEnd |
getTailEnd()
Returns the tailEnd tag if one exists or else instantiates a new one.
|
DmlLine |
setCapType(DmlLineEndCapType inValue)
Specifies the line end cap type.
|
DmlLine |
setCompoundLineType(DmlCompoundLineType inValue)
Specifies the compound line type.
|
DmlLine |
setDash(DmlLineDash inValue)
Specifies the dash type.
|
DmlLine |
setDash(DmlPresetLineDashType inValue)
Specifies the dash type.
|
DmlLine |
setFill(Color inColor)
Specifies the color for a solid fill to be used for the shape.
|
DmlLine |
setFill(DmlFill inValue)
Specifies the fill type that should be used for the shape.
|
DmlLine |
setLineJoin(DmlLineJoin inValue)
Specifies the line join that should be used for the shape.
|
DmlLine |
setPenAlignmentType(DmlPenAlignmentType inValue)
Specifies the pen alignment type.
|
DmlLine |
setWidth(GfxSize inValue)
Specifies the fill type that should be used for the shape.
|
protected void |
toXML(Writer inWriter,
XMLNamespaceSet inDeclaredNamespaces) |
colorToCT_Color, generateUID, getLogger, getParentDoc, orderSubtags, setParentDoc, toIndentedXML
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 DmlLine(OfficeOpenXmlDocument inParentDoc)
public DmlLine setWidth(GfxSize inValue)
public DmlLine setFill(DmlFill inValue)
public DmlLine setFill(Color inColor)
public DmlLine setCapType(DmlLineEndCapType inValue)
public DmlLine setCompoundLineType(DmlCompoundLineType inValue)
public DmlLine setPenAlignmentType(DmlPenAlignmentType inValue)
public DmlLine setDash(DmlLineDash inValue)
public DmlLine setDash(DmlPresetLineDashType inValue)
public DmlLine setLineJoin(DmlLineJoin inValue)
public DmlLineHeadEnd getHeadEnd()
public DmlLineTailEnd getTailEnd()
protected void toXML(Writer inWriter, XMLNamespaceSet inDeclaredNamespaces)
toXML
in class OfficeOpenXMLTag