|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.odftoolkit.odfdom.pkg.OdfElement
org.odftoolkit.odfdom.dom.element.OdfStylableElement
org.odftoolkit.odfdom.dom.element.OdfStyleableShapeElement
org.odftoolkit.odfdom.dom.element.draw.DrawShapeElementBase
public abstract class DrawShapeElementBase
DOM implementation of OpenDocument base element
Field Summary |
---|
Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement |
---|
mFamily, mStyleNameAttrib |
Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
---|
localName, namespaceURI |
Fields inherited from class org.apache.xerces.dom.ElementImpl |
---|
attributes, name |
Fields inherited from class org.apache.xerces.dom.ParentNode |
---|
firstChild, fNodeListCache, ownerDocument |
Fields inherited from class org.apache.xerces.dom.ChildNode |
---|
nextSibling, previousSibling |
Fields inherited from interface org.w3c.dom.TypeInfo |
---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
Constructor Summary | |
---|---|
DrawShapeElementBase(OdfFileDom ownerDoc,
OdfName elementName)
Create the instance of DrawShapeElementBase |
Method Summary | |
---|---|
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 |
getDrawNameAttribute()
Receives the value of the ODFDOM attribute representation DrawNameAttribute , See draw:name |
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 |
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 |
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 |
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 |
setDrawNameAttribute(String drawNameValue)
Sets the value of ODFDOM attribute representation DrawNameAttribute , See draw:name |
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 |
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 |
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStyleableShapeElement |
---|
adjustStyleNameAttrib, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement |
---|
getAutomaticStyle, getAutomaticStyles, getDocumentStyle, getOrCreateUnqiueAutomaticStyle, getProperties, getProperty, getStrictProperties, getStyleFamily, getStyleName, hasAutomaticStyle, hasDocumentStyle, hasProperty, onInsertNode, onRemoveNode, removeProperty, reuseDocumentStyle, setDocumentStyle, setProperties, setProperty, setStyleName |
Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
---|
accept, cloneNode, cloneOdfElement, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getOdfName, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString |
Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
---|
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues |
Methods inherited from class org.apache.xerces.dom.ParentNode |
---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode |
---|
getNextSibling, getParentNode, getPreviousSibling |
Methods inherited from class org.apache.xerces.dom.NodeImpl |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData |
Constructor Detail |
---|
public DrawShapeElementBase(OdfFileDom ownerDoc, OdfName elementName)
DrawShapeElementBase
ownerDoc
- The type is OdfFileDom
Method Detail |
---|
public String getDrawClassNamesAttribute()
DrawClassNamesAttribute
, See draw:class-names
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawClassNamesAttribute(String drawClassNamesValue)
DrawClassNamesAttribute
, See draw:class-names
drawClassNamesValue
- The type is String
public String getDrawIdAttribute()
DrawIdAttribute
, See draw:id
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawIdAttribute(String drawIdValue)
DrawIdAttribute
, See draw:id
drawIdValue
- The type is String
public String getDrawNameAttribute()
DrawNameAttribute
, See draw:name
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawNameAttribute(String drawNameValue)
DrawNameAttribute
, See draw:name
drawNameValue
- The type is String
public String getDrawStyleNameAttribute()
DrawStyleNameAttribute
, See draw:style-name
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawStyleNameAttribute(String drawStyleNameValue)
DrawStyleNameAttribute
, See draw:style-name
drawStyleNameValue
- The type is String
public Integer getDrawZIndexAttribute()
DrawZIndexAttribute
, See draw:z-index
Integer
, the value or null
, if the attribute is not set and no default value defined.public void setDrawZIndexAttribute(Integer drawZIndexValue)
DrawZIndexAttribute
, See draw:z-index
drawZIndexValue
- The type is Integer
public String getPresentationClassNamesAttribute()
PresentationClassNamesAttribute
, See presentation:class-names
String
, the value or null
, if the attribute is not set and no default value defined.public void setPresentationClassNamesAttribute(String presentationClassNamesValue)
PresentationClassNamesAttribute
, See presentation:class-names
presentationClassNamesValue
- The type is String
public String getPresentationStyleNameAttribute()
PresentationStyleNameAttribute
, See presentation:style-name
String
, the value or null
, if the attribute is not set and no default value defined.public void setPresentationStyleNameAttribute(String presentationStyleNameValue)
PresentationStyleNameAttribute
, See presentation:style-name
presentationStyleNameValue
- The type is String
public String getTableEndCellAddressAttribute()
TableEndCellAddressAttribute
, See table:end-cell-address
String
, 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-address
tableEndCellAddressValue
- The type is String
public String getTableEndXAttribute()
TableEndXAttribute
, See table:end-x
String
, the value or null
, if the attribute is not set and no default value defined.public void setTableEndXAttribute(String tableEndXValue)
TableEndXAttribute
, See table:end-x
tableEndXValue
- The type is String
public String getTableEndYAttribute()
TableEndYAttribute
, See table:end-y
String
, the value or null
, if the attribute is not set and no default value defined.public void setTableEndYAttribute(String tableEndYValue)
TableEndYAttribute
, See table:end-y
tableEndYValue
- The type is String
public Boolean getTableTableBackgroundAttribute()
TableTableBackgroundAttribute
, See table:table-background
Boolean
, the value or null
, if the attribute is not set and no default value defined.public void setTableTableBackgroundAttribute(Boolean tableTableBackgroundValue)
TableTableBackgroundAttribute
, See table:table-background
tableTableBackgroundValue
- The type is Boolean
public Integer getTextAnchorPageNumberAttribute()
TextAnchorPageNumberAttribute
, See text:anchor-page-number
Integer
, 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-number
textAnchorPageNumberValue
- The type is Integer
public String getTextAnchorTypeAttribute()
TextAnchorTypeAttribute
, See text:anchor-type
String
, the value or null
, if the attribute is not set and no default value defined.public void setTextAnchorTypeAttribute(String textAnchorTypeValue)
TextAnchorTypeAttribute
, See text:anchor-type
textAnchorTypeValue
- The type is String
public String getXmlIdAttribute()
XmlIdAttribute
, See xml:id
String
, the value or null
, if the attribute is not set and no default value defined.public void setXmlIdAttribute(String xmlIdValue)
XmlIdAttribute
, See xml:id
xmlIdValue
- The type is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |