org.jopendocument.model.presentation
Class PresentationHideText

java.lang.Object
  extended by org.jopendocument.model.presentation.PresentationHideText

public class PresentationHideText
extends Object


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

drawShapeId

protected String drawShapeId

presentationDirection

protected String presentationDirection

presentationEffect

protected String presentationEffect

presentationPathId

protected String presentationPathId

presentationSound

protected PresentationSound presentationSound

presentationSpeed

protected String presentationSpeed

presentationStartScale

protected String presentationStartScale
Constructor Detail

PresentationHideText

public PresentationHideText()
Method Detail

getDrawShapeId

public String getDrawShapeId()
Gets the value of the drawShapeId property.

Returns:
possible object is String

getPresentationDirection

public String getPresentationDirection()
Gets the value of the presentationDirection property.

Returns:
possible object is String

getPresentationEffect

public String getPresentationEffect()
Gets the value of the presentationEffect property.

Returns:
possible object is String

getPresentationPathId

public String getPresentationPathId()
Gets the value of the presentationPathId property.

Returns:
possible object is String

getPresentationSound

public PresentationSound getPresentationSound()
Gets the value of the presentationSound property.

Returns:
possible object is PresentationSound

getPresentationSpeed

public String getPresentationSpeed()
Gets the value of the presentationSpeed property.

Returns:
possible object is String

getPresentationStartScale

public String getPresentationStartScale()
Gets the value of the presentationStartScale property.

Returns:
possible object is String

setDrawShapeId

public void setDrawShapeId(String value)
Sets the value of the drawShapeId property.

Parameters:
value - allowed object is String

setPresentationDirection

public void setPresentationDirection(String value)
Sets the value of the presentationDirection property.

Parameters:
value - allowed object is String

setPresentationEffect

public void setPresentationEffect(String value)
Sets the value of the presentationEffect property.

Parameters:
value - allowed object is String

setPresentationPathId

public void setPresentationPathId(String value)
Sets the value of the presentationPathId property.

Parameters:
value - allowed object is String

setPresentationSound

public void setPresentationSound(PresentationSound value)
Sets the value of the presentationSound property.

Parameters:
value - allowed object is PresentationSound

setPresentationSpeed

public void setPresentationSpeed(String value)
Sets the value of the presentationSpeed property.

Parameters:
value - allowed object is String

setPresentationStartScale

public void setPresentationStartScale(String value)
Sets the value of the presentationStartScale property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.