public class Dr3dSceneElement extends OdfStyleableShapeElement
Modifier and Type | Field and Description |
---|---|
static OdfName |
ELEMENT_NAME |
mFamily, mStyleNameAttrib
localName, namespaceURI
attributes, name
firstChild, fNodeListCache, ownerDocument
nextSibling, previousSibling
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
Constructor and Description |
---|
Dr3dSceneElement(OdfFileDom ownerDoc)
Create the instance of
Dr3dSceneElement |
Modifier and Type | Method and Description |
---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations.
|
String |
getDr3dAmbientColorAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dAmbientColorAttribute , See dr3d:ambient-color |
String |
getDr3dDistanceAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dDistanceAttribute , See dr3d:distance |
String |
getDr3dFocalLengthAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dFocalLengthAttribute , See dr3d:focal-length |
String |
getDr3dLightingModeAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dLightingModeAttribute , See dr3d:lighting-mode |
String |
getDr3dProjectionAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dProjectionAttribute , See dr3d:projection |
String |
getDr3dShadeModeAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dShadeModeAttribute , See dr3d:shade-mode |
String |
getDr3dShadowSlantAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dShadowSlantAttribute , See dr3d:shadow-slant |
String |
getDr3dTransformAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dTransformAttribute , See dr3d:transform |
String |
getDr3dVpnAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dVpnAttribute , See dr3d:vpn |
String |
getDr3dVrpAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dVrpAttribute , See dr3d:vrp |
String |
getDr3dVupAttribute()
Receives the value of the ODFDOM attribute representation
Dr3dVupAttribute , See dr3d:vup |
String |
getDrawCaptionIdAttribute()
Receives the value of the ODFDOM attribute representation
DrawCaptionIdAttribute , See draw:caption-id |
String |
getDrawClassNamesAttribute()
Receives the value of the ODFDOM attribute representation
DrawClassNamesAttribute , See draw:class-names |
String |
getDrawIdAttribute()
Receives the value of the ODFDOM attribute representation
DrawIdAttribute , See draw:id |
String |
getDrawLayerAttribute()
Receives the value of the ODFDOM attribute representation
DrawLayerAttribute , See draw:layer |
String |
getDrawStyleNameAttribute()
Receives the value of the ODFDOM attribute representation
DrawStyleNameAttribute , See draw:style-name |
Integer |
getDrawZIndexAttribute()
Receives the value of the ODFDOM attribute representation
DrawZIndexAttribute , See draw:z-index |
OdfName |
getOdfName()
Get the element name
|
String |
getPresentationClassNamesAttribute()
Receives the value of the ODFDOM attribute representation
PresentationClassNamesAttribute , See presentation:class-names |
String |
getPresentationStyleNameAttribute()
Receives the value of the ODFDOM attribute representation
PresentationStyleNameAttribute , See presentation:style-name |
String |
getSvgHeightAttribute()
Receives the value of the ODFDOM attribute representation
SvgHeightAttribute , See svg:height |
String |
getSvgWidthAttribute()
Receives the value of the ODFDOM attribute representation
SvgWidthAttribute , See svg:width |
String |
getSvgXAttribute()
Receives the value of the ODFDOM attribute representation
SvgXAttribute , See svg:x |
String |
getSvgYAttribute()
Receives the value of the ODFDOM attribute representation
SvgYAttribute , See svg:y |
String |
getTableEndCellAddressAttribute()
Receives the value of the ODFDOM attribute representation
TableEndCellAddressAttribute , See table:end-cell-address |
String |
getTableEndXAttribute()
Receives the value of the ODFDOM attribute representation
TableEndXAttribute , See table:end-x |
String |
getTableEndYAttribute()
Receives the value of the ODFDOM attribute representation
TableEndYAttribute , See table:end-y |
Boolean |
getTableTableBackgroundAttribute()
Receives the value of the ODFDOM attribute representation
TableTableBackgroundAttribute , See table:table-background |
Integer |
getTextAnchorPageNumberAttribute()
Receives the value of the ODFDOM attribute representation
TextAnchorPageNumberAttribute , See text:anchor-page-number |
String |
getTextAnchorTypeAttribute()
Receives the value of the ODFDOM attribute representation
TextAnchorTypeAttribute , See text:anchor-type |
String |
getXmlIdAttribute()
Receives the value of the ODFDOM attribute representation
XmlIdAttribute , See xml:id |
Dr3dCubeElement |
newDr3dCubeElement()
Create child element dr3d:cube.
|
Dr3dExtrudeElement |
newDr3dExtrudeElement(String svgDValue,
int svgViewBoxValue)
Create child element dr3d:extrude.
|
Dr3dLightElement |
newDr3dLightElement(String dr3dDirectionValue)
Create child element dr3d:light.
|
Dr3dRotateElement |
newDr3dRotateElement(String svgDValue,
int svgViewBoxValue)
Create child element dr3d:rotate.
|
Dr3dSceneElement |
newDr3dSceneElement()
Create child element dr3d:scene.
|
Dr3dSphereElement |
newDr3dSphereElement()
Create child element dr3d:sphere.
|
DrawGluePointElement |
newDrawGluePointElement(String drawEscapeDirectionValue,
String drawIdValue,
String svgXValue,
String svgYValue)
Create child element draw:glue-point.
|
SvgDescElement |
newSvgDescElement()
Create child element svg:desc.
|
SvgTitleElement |
newSvgTitleElement()
Create child element svg:title.
|
void |
setDr3dAmbientColorAttribute(String dr3dAmbientColorValue)
Sets the value of ODFDOM attribute representation
Dr3dAmbientColorAttribute , See dr3d:ambient-color |
void |
setDr3dDistanceAttribute(String dr3dDistanceValue)
Sets the value of ODFDOM attribute representation
Dr3dDistanceAttribute , See dr3d:distance |
void |
setDr3dFocalLengthAttribute(String dr3dFocalLengthValue)
Sets the value of ODFDOM attribute representation
Dr3dFocalLengthAttribute , See dr3d:focal-length |
void |
setDr3dLightingModeAttribute(String dr3dLightingModeValue)
Sets the value of ODFDOM attribute representation
Dr3dLightingModeAttribute , See dr3d:lighting-mode |
void |
setDr3dProjectionAttribute(String dr3dProjectionValue)
Sets the value of ODFDOM attribute representation
Dr3dProjectionAttribute , See dr3d:projection |
void |
setDr3dShadeModeAttribute(String dr3dShadeModeValue)
Sets the value of ODFDOM attribute representation
Dr3dShadeModeAttribute , See dr3d:shade-mode |
void |
setDr3dShadowSlantAttribute(String dr3dShadowSlantValue)
Sets the value of ODFDOM attribute representation
Dr3dShadowSlantAttribute , See dr3d:shadow-slant |
void |
setDr3dTransformAttribute(String dr3dTransformValue)
Sets the value of ODFDOM attribute representation
Dr3dTransformAttribute , See dr3d:transform |
void |
setDr3dVpnAttribute(String dr3dVpnValue)
Sets the value of ODFDOM attribute representation
Dr3dVpnAttribute , See dr3d:vpn |
void |
setDr3dVrpAttribute(String dr3dVrpValue)
Sets the value of ODFDOM attribute representation
Dr3dVrpAttribute , See dr3d:vrp |
void |
setDr3dVupAttribute(String dr3dVupValue)
Sets the value of ODFDOM attribute representation
Dr3dVupAttribute , See dr3d:vup |
void |
setDrawCaptionIdAttribute(String drawCaptionIdValue)
Sets the value of ODFDOM attribute representation
DrawCaptionIdAttribute , See draw:caption-id |
void |
setDrawClassNamesAttribute(String drawClassNamesValue)
Sets the value of ODFDOM attribute representation
DrawClassNamesAttribute , See draw:class-names |
void |
setDrawIdAttribute(String drawIdValue)
Sets the value of ODFDOM attribute representation
DrawIdAttribute , See draw:id |
void |
setDrawLayerAttribute(String drawLayerValue)
Sets the value of ODFDOM attribute representation
DrawLayerAttribute , See draw:layer |
void |
setDrawStyleNameAttribute(String drawStyleNameValue)
Sets the value of ODFDOM attribute representation
DrawStyleNameAttribute , See draw:style-name |
void |
setDrawZIndexAttribute(Integer drawZIndexValue)
Sets the value of ODFDOM attribute representation
DrawZIndexAttribute , See draw:z-index |
void |
setPresentationClassNamesAttribute(String presentationClassNamesValue)
Sets the value of ODFDOM attribute representation
PresentationClassNamesAttribute , See presentation:class-names |
void |
setPresentationStyleNameAttribute(String presentationStyleNameValue)
Sets the value of ODFDOM attribute representation
PresentationStyleNameAttribute , See presentation:style-name |
void |
setSvgHeightAttribute(String svgHeightValue)
Sets the value of ODFDOM attribute representation
SvgHeightAttribute , See svg:height |
void |
setSvgWidthAttribute(String svgWidthValue)
Sets the value of ODFDOM attribute representation
SvgWidthAttribute , See svg:width |
void |
setSvgXAttribute(String svgXValue)
Sets the value of ODFDOM attribute representation
SvgXAttribute , See svg:x |
void |
setSvgYAttribute(String svgYValue)
Sets the value of ODFDOM attribute representation
SvgYAttribute , See svg:y |
void |
setTableEndCellAddressAttribute(String tableEndCellAddressValue)
Sets the value of ODFDOM attribute representation
TableEndCellAddressAttribute , See table:end-cell-address |
void |
setTableEndXAttribute(String tableEndXValue)
Sets the value of ODFDOM attribute representation
TableEndXAttribute , See table:end-x |
void |
setTableEndYAttribute(String tableEndYValue)
Sets the value of ODFDOM attribute representation
TableEndYAttribute , See table:end-y |
void |
setTableTableBackgroundAttribute(Boolean tableTableBackgroundValue)
Sets the value of ODFDOM attribute representation
TableTableBackgroundAttribute , See table:table-background |
void |
setTextAnchorPageNumberAttribute(Integer textAnchorPageNumberValue)
Sets the value of ODFDOM attribute representation
TextAnchorPageNumberAttribute , See text:anchor-page-number |
void |
setTextAnchorTypeAttribute(String textAnchorTypeValue)
Sets the value of ODFDOM attribute representation
TextAnchorTypeAttribute , See text:anchor-type |
void |
setXmlIdAttribute(String xmlIdValue)
Sets the value of ODFDOM attribute representation
XmlIdAttribute , See xml:id |
adjustStyleNameAttrib, setAttributeNodeNS, setAttributeNS
getAutomaticStyle, getAutomaticStyles, getDocumentStyle, getOrCreateUnqiueAutomaticStyle, getProperties, getProperty, getStrictProperties, getStyleFamily, getStyleName, hasAutomaticStyle, hasDocumentStyle, hasProperty, onInsertNode, onRemoveNode, removeProperty, reuseDocumentStyle, setDocumentStyle, setProperties, setProperty, setStyleName
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren
getNextSibling, getParentNode, getPreviousSibling
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
public static final OdfName ELEMENT_NAME
public Dr3dSceneElement(OdfFileDom ownerDoc)
Dr3dSceneElement
ownerDoc
- The type is OdfFileDom
public OdfName getOdfName()
getOdfName
in class OdfElement
OdfName
the name of element dr3d:scene.public String getDr3dAmbientColorAttribute()
Dr3dAmbientColorAttribute
, See dr3d:ambient-colorString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dAmbientColorAttribute(String dr3dAmbientColorValue)
Dr3dAmbientColorAttribute
, See dr3d:ambient-colordr3dAmbientColorValue
- The type is String
public String getDr3dDistanceAttribute()
Dr3dDistanceAttribute
, See dr3d:distanceString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dDistanceAttribute(String dr3dDistanceValue)
Dr3dDistanceAttribute
, See dr3d:distancedr3dDistanceValue
- The type is String
public String getDr3dFocalLengthAttribute()
Dr3dFocalLengthAttribute
, See dr3d:focal-lengthString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dFocalLengthAttribute(String dr3dFocalLengthValue)
Dr3dFocalLengthAttribute
, See dr3d:focal-lengthdr3dFocalLengthValue
- The type is String
public String getDr3dLightingModeAttribute()
Dr3dLightingModeAttribute
, See dr3d:lighting-modeString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dLightingModeAttribute(String dr3dLightingModeValue)
Dr3dLightingModeAttribute
, See dr3d:lighting-modedr3dLightingModeValue
- The type is String
public String getDr3dProjectionAttribute()
Dr3dProjectionAttribute
, See dr3d:projectionString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dProjectionAttribute(String dr3dProjectionValue)
Dr3dProjectionAttribute
, See dr3d:projectiondr3dProjectionValue
- The type is String
public String getDr3dShadeModeAttribute()
Dr3dShadeModeAttribute
, See dr3d:shade-modeString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dShadeModeAttribute(String dr3dShadeModeValue)
Dr3dShadeModeAttribute
, See dr3d:shade-modedr3dShadeModeValue
- The type is String
public String getDr3dShadowSlantAttribute()
Dr3dShadowSlantAttribute
, See dr3d:shadow-slantString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dShadowSlantAttribute(String dr3dShadowSlantValue)
Dr3dShadowSlantAttribute
, See dr3d:shadow-slantdr3dShadowSlantValue
- The type is String
public String getDr3dTransformAttribute()
Dr3dTransformAttribute
, See dr3d:transformString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dTransformAttribute(String dr3dTransformValue)
Dr3dTransformAttribute
, See dr3d:transformdr3dTransformValue
- The type is String
public String getDr3dVpnAttribute()
Dr3dVpnAttribute
, See dr3d:vpnString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dVpnAttribute(String dr3dVpnValue)
Dr3dVpnAttribute
, See dr3d:vpndr3dVpnValue
- The type is String
public String getDr3dVrpAttribute()
Dr3dVrpAttribute
, See dr3d:vrpString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dVrpAttribute(String dr3dVrpValue)
Dr3dVrpAttribute
, See dr3d:vrpdr3dVrpValue
- The type is String
public String getDr3dVupAttribute()
Dr3dVupAttribute
, See dr3d:vupString
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dVupAttribute(String dr3dVupValue)
Dr3dVupAttribute
, See dr3d:vupdr3dVupValue
- The type is String
public String getDrawCaptionIdAttribute()
DrawCaptionIdAttribute
, See draw:caption-idString
, the value or null
, if the attribute is not set and no default value defined.public void setDrawCaptionIdAttribute(String drawCaptionIdValue)
DrawCaptionIdAttribute
, See draw:caption-iddrawCaptionIdValue
- The type is String
public String getDrawClassNamesAttribute()
DrawClassNamesAttribute
, See draw:class-namesString
, the value or null
, if the attribute is not set and no default value defined.public void setDrawClassNamesAttribute(String drawClassNamesValue)
DrawClassNamesAttribute
, See draw:class-namesdrawClassNamesValue
- The type is String
public String getDrawIdAttribute()
DrawIdAttribute
, See draw:idString
, the value or null
, if the attribute is not set and no default value defined.public void setDrawIdAttribute(String drawIdValue)
DrawIdAttribute
, See draw:iddrawIdValue
- The type is String
public String getDrawLayerAttribute()
DrawLayerAttribute
, See draw:layerString
, the value or null
, if the attribute is not set and no default value defined.public void setDrawLayerAttribute(String drawLayerValue)
DrawLayerAttribute
, See draw:layerdrawLayerValue
- The type is String
public String getDrawStyleNameAttribute()
DrawStyleNameAttribute
, See draw:style-nameString
, the value or null
, if the attribute is not set and no default value defined.public void setDrawStyleNameAttribute(String drawStyleNameValue)
DrawStyleNameAttribute
, See draw:style-namedrawStyleNameValue
- The type is String
public Integer getDrawZIndexAttribute()
DrawZIndexAttribute
, See draw:z-indexInteger
, the value or null
, if the attribute is not set and no default value defined.public void setDrawZIndexAttribute(Integer drawZIndexValue)
DrawZIndexAttribute
, See draw:z-indexdrawZIndexValue
- The type is Integer
public String getPresentationClassNamesAttribute()
PresentationClassNamesAttribute
, See presentation:class-namesString
, the value or null
, if the attribute is not set and no default value defined.public void setPresentationClassNamesAttribute(String presentationClassNamesValue)
PresentationClassNamesAttribute
, See presentation:class-namespresentationClassNamesValue
- The type is String
public String getPresentationStyleNameAttribute()
PresentationStyleNameAttribute
, See presentation:style-nameString
, the value or null
, if the attribute is not set and no default value defined.public void setPresentationStyleNameAttribute(String presentationStyleNameValue)
PresentationStyleNameAttribute
, See presentation:style-namepresentationStyleNameValue
- The type is String
public String getSvgHeightAttribute()
SvgHeightAttribute
, See svg:heightString
, the value or null
, if the attribute is not set and no default value defined.public void setSvgHeightAttribute(String svgHeightValue)
SvgHeightAttribute
, See svg:heightsvgHeightValue
- The type is String
public String getSvgWidthAttribute()
SvgWidthAttribute
, See svg:widthString
, the value or null
, if the attribute is not set and no default value defined.public void setSvgWidthAttribute(String svgWidthValue)
SvgWidthAttribute
, See svg:widthsvgWidthValue
- The type is String
public String getSvgXAttribute()
SvgXAttribute
, See svg:xString
, the value or null
, if the attribute is not set and no default value defined.public void setSvgXAttribute(String svgXValue)
SvgXAttribute
, See svg:xsvgXValue
- The type is String
public String getSvgYAttribute()
SvgYAttribute
, See svg:yString
, the value or null
, if the attribute is not set and no default value defined.public void setSvgYAttribute(String svgYValue)
SvgYAttribute
, See svg:ysvgYValue
- The type is String
public String getTableEndCellAddressAttribute()
TableEndCellAddressAttribute
, See table:end-cell-addressString
, the value or null
, if the attribute is not set and no default value defined.public void setTableEndCellAddressAttribute(String tableEndCellAddressValue)
TableEndCellAddressAttribute
, See table:end-cell-addresstableEndCellAddressValue
- The type is String
public String getTableEndXAttribute()
TableEndXAttribute
, See table:end-xString
, the value or null
, if the attribute is not set and no default value defined.public void setTableEndXAttribute(String tableEndXValue)
TableEndXAttribute
, See table:end-xtableEndXValue
- The type is String
public String getTableEndYAttribute()
TableEndYAttribute
, See table:end-yString
, the value or null
, if the attribute is not set and no default value defined.public void setTableEndYAttribute(String tableEndYValue)
TableEndYAttribute
, See table:end-ytableEndYValue
- The type is String
public Boolean getTableTableBackgroundAttribute()
TableTableBackgroundAttribute
, See table:table-backgroundBoolean
, the value or null
, if the attribute is not set and no default value defined.public void setTableTableBackgroundAttribute(Boolean tableTableBackgroundValue)
TableTableBackgroundAttribute
, See table:table-backgroundtableTableBackgroundValue
- The type is Boolean
public Integer getTextAnchorPageNumberAttribute()
TextAnchorPageNumberAttribute
, See text:anchor-page-numberInteger
, the value or null
, if the attribute is not set and no default value defined.public void setTextAnchorPageNumberAttribute(Integer textAnchorPageNumberValue)
TextAnchorPageNumberAttribute
, See text:anchor-page-numbertextAnchorPageNumberValue
- The type is Integer
public String getTextAnchorTypeAttribute()
TextAnchorTypeAttribute
, See text:anchor-typeString
, the value or null
, if the attribute is not set and no default value defined.public void setTextAnchorTypeAttribute(String textAnchorTypeValue)
TextAnchorTypeAttribute
, See text:anchor-typetextAnchorTypeValue
- The type is String
public String getXmlIdAttribute()
XmlIdAttribute
, See xml:idString
, the value or null
, if the attribute is not set and no default value defined.public void setXmlIdAttribute(String xmlIdValue)
XmlIdAttribute
, See xml:idxmlIdValue
- The type is String
public Dr3dCubeElement newDr3dCubeElement()
public Dr3dExtrudeElement newDr3dExtrudeElement(String svgDValue, int svgViewBoxValue)
svgDValue
- the String
value of SvgDAttribute
, see svg:d at specificationsvgViewBoxValue
- the Integer
value of SvgViewBoxAttribute
, see svg:viewBox at specificationpublic Dr3dLightElement newDr3dLightElement(String dr3dDirectionValue)
dr3dDirectionValue
- the String
value of Dr3dDirectionAttribute
, see dr3d:direction at specificationpublic Dr3dRotateElement newDr3dRotateElement(String svgDValue, int svgViewBoxValue)
svgDValue
- the String
value of SvgDAttribute
, see svg:d at specificationsvgViewBoxValue
- the Integer
value of SvgViewBoxAttribute
, see svg:viewBox at specificationpublic Dr3dSceneElement newDr3dSceneElement()
public Dr3dSphereElement newDr3dSphereElement()
public DrawGluePointElement newDrawGluePointElement(String drawEscapeDirectionValue, String drawIdValue, String svgXValue, String svgYValue)
drawEscapeDirectionValue
- the String
value of DrawEscapeDirectionAttribute
, see draw:escape-direction at specificationdrawIdValue
- the String
value of DrawIdAttribute
, see draw:id at specificationsvgXValue
- the String
value of SvgXAttribute
, see svg:x at specificationsvgYValue
- the String
value of SvgYAttribute
, see svg:y at specification
Child element is new in Odf 1.2public SvgDescElement newSvgDescElement()
public SvgTitleElement newSvgTitleElement()
public void accept(ElementVisitor visitor)
OdfElement
accept
in class OdfElement
visitor
- an instance of DefaultElementVisitorCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.