public class SsDrawShape extends SsmlXMLTag
XMLContainerImpl.sMode
sSQLLoggingLevel
mContentAndSubtagList
Constructor and Description |
---|
SsDrawShape(Xlsx inXlsx) |
SsDrawShape(Xlsx inXlsx,
DmlShapeType inShapeType) |
Modifier and Type | Method and Description |
---|---|
SsDrawNonVisualShapeDrawingProperties |
getNonVisualShapeDrawingProperties()
Returns the non-visual shape drawing properties (<xdr:nvSpPr>) tag if one exists or else instantiates a new one.
|
SsDrawShapeStyle |
getOrCreateStyle()
Returns the style (<xdr:style>) tag if one exists or else instantiates a new one.
|
SsDrawTextBody |
getOrCreateTextBody()
Returns the text body (<xdr:txBody>) tag if one exists or else instantiates a new one.
|
DmlTransform |
getOrCreateTransform()
Returns the transform (<a:xfrm>) tag if one exists or else instantiates a new one.
|
SsDrawShapeProperties |
getShapeProperties()
Returns the shape properties (<xdr:spPr>) tag if one exists or else instantiates a new one.
|
SsDrawShape |
setName(String inValue)
A shortcut for setting the name of a shape.
|
void |
setText(String inText) |
getParentDoc, setAttribute
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, 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 SsDrawShape(Xlsx inXlsx)
public SsDrawShape(Xlsx inXlsx, DmlShapeType inShapeType)
public SsDrawShape setName(String inValue)
inValue
- the name to be applied to the shapepublic SsDrawNonVisualShapeDrawingProperties getNonVisualShapeDrawingProperties()
public SsDrawShapeProperties getShapeProperties()
public SsDrawShapeStyle getOrCreateStyle()
public DmlTransform getOrCreateTransform()
public SsDrawTextBody getOrCreateTextBody()
jataylor@hairyfatguy.com