org.jopendocument.model.presentation
Class PresentationPlaceholder

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

public class PresentationPlaceholder
extends java.lang.Object


Constructor Summary
PresentationPlaceholder()
           
 
Method Summary
 java.lang.String getPresentationObject()
          Gets the value of the presentationObject property.
 java.lang.String getSvgHeight()
          Gets the value of the svgHeight property.
 java.lang.String getSvgWidth()
          Gets the value of the svgWidth property.
 java.lang.String getSvgX()
          Gets the value of the svgX property.
 java.lang.String getSvgY()
          Gets the value of the svgY property.
 void setPresentationObject(java.lang.String value)
          Sets the value of the presentationObject property.
 void setSvgHeight(java.lang.String value)
          Sets the value of the svgHeight property.
 void setSvgWidth(java.lang.String value)
          Sets the value of the svgWidth property.
 void setSvgX(java.lang.String value)
          Sets the value of the svgX property.
 void setSvgY(java.lang.String value)
          Sets the value of the svgY property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationPlaceholder

public PresentationPlaceholder()
Method Detail

getPresentationObject

public java.lang.String getPresentationObject()
Gets the value of the presentationObject property.

Returns:
possible object is String

getSvgHeight

public java.lang.String getSvgHeight()
Gets the value of the svgHeight property.

Returns:
possible object is String

getSvgWidth

public java.lang.String getSvgWidth()
Gets the value of the svgWidth property.

Returns:
possible object is String

getSvgX

public java.lang.String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public java.lang.String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

setPresentationObject

public void setPresentationObject(java.lang.String value)
Sets the value of the presentationObject property.

Parameters:
value - allowed object is String

setSvgHeight

public void setSvgHeight(java.lang.String value)
Sets the value of the svgHeight property.

Parameters:
value - allowed object is String

setSvgWidth

public void setSvgWidth(java.lang.String value)
Sets the value of the svgWidth property.

Parameters:
value - allowed object is String

setSvgX

public void setSvgX(java.lang.String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(java.lang.String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String