|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.presentation.PresentationHideText
public class PresentationHideText
Field Summary | |
---|---|
protected String |
drawShapeId
|
protected String |
presentationDirection
|
protected String |
presentationEffect
|
protected String |
presentationPathId
|
protected PresentationSound |
presentationSound
|
protected String |
presentationSpeed
|
protected String |
presentationStartScale
|
Constructor Summary | |
---|---|
PresentationHideText()
|
Method Summary | |
---|---|
String |
getDrawShapeId()
Gets the value of the drawShapeId property. |
String |
getPresentationDirection()
Gets the value of the presentationDirection property. |
String |
getPresentationEffect()
Gets the value of the presentationEffect property. |
String |
getPresentationPathId()
Gets the value of the presentationPathId property. |
PresentationSound |
getPresentationSound()
Gets the value of the presentationSound property. |
String |
getPresentationSpeed()
Gets the value of the presentationSpeed property. |
String |
getPresentationStartScale()
Gets the value of the presentationStartScale property. |
void |
setDrawShapeId(String value)
Sets the value of the drawShapeId property. |
void |
setPresentationDirection(String value)
Sets the value of the presentationDirection property. |
void |
setPresentationEffect(String value)
Sets the value of the presentationEffect property. |
void |
setPresentationPathId(String value)
Sets the value of the presentationPathId property. |
void |
setPresentationSound(PresentationSound value)
Sets the value of the presentationSound property. |
void |
setPresentationSpeed(String value)
Sets the value of the presentationSpeed property. |
void |
setPresentationStartScale(String value)
Sets the value of the presentationStartScale property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String drawShapeId
protected String presentationDirection
protected String presentationEffect
protected String presentationPathId
protected PresentationSound presentationSound
protected String presentationSpeed
protected String presentationStartScale
Constructor Detail |
---|
public PresentationHideText()
Method Detail |
---|
public String getDrawShapeId()
String
public String getPresentationDirection()
String
public String getPresentationEffect()
String
public String getPresentationPathId()
String
public PresentationSound getPresentationSound()
PresentationSound
public String getPresentationSpeed()
String
public String getPresentationStartScale()
String
public void setDrawShapeId(String value)
value
- allowed object is String
public void setPresentationDirection(String value)
value
- allowed object is String
public void setPresentationEffect(String value)
value
- allowed object is String
public void setPresentationPathId(String value)
value
- allowed object is String
public void setPresentationSound(PresentationSound value)
value
- allowed object is PresentationSound
public void setPresentationSpeed(String value)
value
- allowed object is String
public void setPresentationStartScale(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |