|
||||||||||
| 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.presentation.PresentationShowTextElement
public class PresentationShowTextElement
DOM implementation of OpenDocument element presentation:show-text.
| Field Summary | |
|---|---|
static OdfName |
ELEMENT_NAME
|
| 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 | |
|---|---|
PresentationShowTextElement(OdfFileDom ownerDoc)
Create the instance of PresentationShowTextElement |
|
| Method Summary | |
|---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
String |
getDrawShapeIdAttribute()
Receives the value of the ODFDOM attribute representation DrawShapeIdAttribute , See draw:shape-id
Attribute is mandatory. |
OdfName |
getOdfName()
Get the element name |
String |
getPresentationDelayAttribute()
Receives the value of the ODFDOM attribute representation PresentationDelayAttribute , See presentation:delay |
String |
getPresentationDirectionAttribute()
Receives the value of the ODFDOM attribute representation PresentationDirectionAttribute , See presentation:direction |
String |
getPresentationEffectAttribute()
Receives the value of the ODFDOM attribute representation PresentationEffectAttribute , See presentation:effect |
String |
getPresentationPathIdAttribute()
Receives the value of the ODFDOM attribute representation PresentationPathIdAttribute , See presentation:path-id |
String |
getPresentationSpeedAttribute()
Receives the value of the ODFDOM attribute representation PresentationSpeedAttribute , See presentation:speed |
String |
getPresentationStartScaleAttribute()
Receives the value of the ODFDOM attribute representation PresentationStartScaleAttribute , See presentation:start-scale |
PresentationSoundElement |
newPresentationSoundElement(String xlinkHrefValue,
String xlinkTypeValue)
Create child element presentation:sound. |
void |
setDrawShapeIdAttribute(String drawShapeIdValue)
Sets the value of ODFDOM attribute representation DrawShapeIdAttribute , See draw:shape-id |
void |
setPresentationDelayAttribute(String presentationDelayValue)
Sets the value of ODFDOM attribute representation PresentationDelayAttribute , See presentation:delay |
void |
setPresentationDirectionAttribute(String presentationDirectionValue)
Sets the value of ODFDOM attribute representation PresentationDirectionAttribute , See presentation:direction |
void |
setPresentationEffectAttribute(String presentationEffectValue)
Sets the value of ODFDOM attribute representation PresentationEffectAttribute , See presentation:effect |
void |
setPresentationPathIdAttribute(String presentationPathIdValue)
Sets the value of ODFDOM attribute representation PresentationPathIdAttribute , See presentation:path-id |
void |
setPresentationSpeedAttribute(String presentationSpeedValue)
Sets the value of ODFDOM attribute representation PresentationSpeedAttribute , See presentation:speed |
void |
setPresentationStartScaleAttribute(String presentationStartScaleValue)
Sets the value of ODFDOM attribute representation PresentationStartScaleAttribute , See presentation:start-scale |
| Methods inherited from class org.odftoolkit.odfdom.pkg.OdfElement |
|---|
cloneNode, cloneOdfElement, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, 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 |
| Field Detail |
|---|
public static final OdfName ELEMENT_NAME
| Constructor Detail |
|---|
public PresentationShowTextElement(OdfFileDom ownerDoc)
PresentationShowTextElement
ownerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElementOdfName the name of element presentation:show-text.public String getDrawShapeIdAttribute()
DrawShapeIdAttribute , See draw:shape-id
Attribute is mandatory.
String , the value or null, if the attribute is not set and no default value defined.public void setDrawShapeIdAttribute(String drawShapeIdValue)
DrawShapeIdAttribute , See draw:shape-id
drawShapeIdValue - The type is Stringpublic String getPresentationDelayAttribute()
PresentationDelayAttribute , See presentation:delay
String , the value or null, if the attribute is not set and no default value defined.public void setPresentationDelayAttribute(String presentationDelayValue)
PresentationDelayAttribute , See presentation:delay
presentationDelayValue - The type is Stringpublic String getPresentationDirectionAttribute()
PresentationDirectionAttribute , See presentation:direction
String , the value or null, if the attribute is not set and no default value defined.public void setPresentationDirectionAttribute(String presentationDirectionValue)
PresentationDirectionAttribute , See presentation:direction
presentationDirectionValue - The type is Stringpublic String getPresentationEffectAttribute()
PresentationEffectAttribute , See presentation:effect
String , the value or null, if the attribute is not set and no default value defined.public void setPresentationEffectAttribute(String presentationEffectValue)
PresentationEffectAttribute , See presentation:effect
presentationEffectValue - The type is Stringpublic String getPresentationPathIdAttribute()
PresentationPathIdAttribute , See presentation:path-id
String , the value or null, if the attribute is not set and no default value defined.public void setPresentationPathIdAttribute(String presentationPathIdValue)
PresentationPathIdAttribute , See presentation:path-id
presentationPathIdValue - The type is Stringpublic String getPresentationSpeedAttribute()
PresentationSpeedAttribute , See presentation:speed
String , the value or null, if the attribute is not set and no default value defined.public void setPresentationSpeedAttribute(String presentationSpeedValue)
PresentationSpeedAttribute , See presentation:speed
presentationSpeedValue - The type is Stringpublic String getPresentationStartScaleAttribute()
PresentationStartScaleAttribute , See presentation:start-scale
String , the value or null, if the attribute is not set and no default value defined.public void setPresentationStartScaleAttribute(String presentationStartScaleValue)
PresentationStartScaleAttribute , See presentation:start-scale
presentationStartScaleValue - The type is String
public PresentationSoundElement newPresentationSoundElement(String xlinkHrefValue,
String xlinkTypeValue)
xlinkHrefValue - the String value of XlinkHrefAttribute, see xlink:href at specificationxlinkTypeValue - the String value of XlinkTypeAttribute, see xlink:type at specification
public void accept(ElementVisitor visitor)
OdfElement
accept in class OdfElementvisitor - an instance of DefaultElementVisitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||