org.jopendocument.model.draw
Class DrawMeasure

java.lang.Object
  extended by org.jopendocument.model.draw.DrawMeasure

public class DrawMeasure
extends java.lang.Object


Constructor Summary
DrawMeasure()
           
 
Method Summary
 java.lang.String getDrawId()
          Gets the value of the drawId property.
 java.lang.String getDrawLayer()
          Gets the value of the drawLayer property.
 java.lang.String getDrawStyleName()
          Gets the value of the drawStyleName property.
 java.lang.String getDrawTextStyleName()
          Gets the value of the drawTextStyleName property.
 java.lang.String getDrawTransform()
          Gets the value of the drawTransform property.
 java.lang.String getDrawZIndex()
          Gets the value of the drawZIndex property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 java.lang.String getPresentationStyleName()
          Gets the value of the presentationStyleName property.
 java.lang.String getSvgX1()
          Gets the value of the svgX1 property.
 java.lang.String getSvgX2()
          Gets the value of the svgX2 property.
 java.lang.String getSvgY1()
          Gets the value of the svgY1 property.
 java.lang.String getSvgY2()
          Gets the value of the svgY2 property.
 java.lang.String getTableEndCellAddress()
          Gets the value of the tableEndCellAddress property.
 java.lang.String getTableEndX()
          Gets the value of the tableEndX property.
 java.lang.String getTableEndY()
          Gets the value of the tableEndY property.
 java.lang.String getTableTableBackground()
          Gets the value of the tableTableBackground property.
 java.lang.String getTextAnchorPageNumber()
          Gets the value of the textAnchorPageNumber property.
 java.lang.String getTextAnchorType()
          Gets the value of the textAnchorType property.
 java.util.List<java.lang.Object> getTextPOrTextUnorderedListOrTextOrderedList()
          Gets the value of the textPOrTextUnorderedListOrTextOrderedList property.
 void setDrawId(java.lang.String value)
          Sets the value of the drawId property.
 void setDrawLayer(java.lang.String value)
          Sets the value of the drawLayer property.
 void setDrawStyleName(java.lang.String value)
          Sets the value of the drawStyleName property.
 void setDrawTextStyleName(java.lang.String value)
          Sets the value of the drawTextStyleName property.
 void setDrawTransform(java.lang.String value)
          Sets the value of the drawTransform property.
 void setDrawZIndex(java.lang.String value)
          Sets the value of the drawZIndex property.
 void setOfficeEvents(OfficeEvents value)
          Sets the value of the officeEvents property.
 void setPresentationStyleName(java.lang.String value)
          Sets the value of the presentationStyleName property.
 void setSvgX1(java.lang.String value)
          Sets the value of the svgX1 property.
 void setSvgX2(java.lang.String value)
          Sets the value of the svgX2 property.
 void setSvgY1(java.lang.String value)
          Sets the value of the svgY1 property.
 void setSvgY2(java.lang.String value)
          Sets the value of the svgY2 property.
 void setTableEndCellAddress(java.lang.String value)
          Sets the value of the tableEndCellAddress property.
 void setTableEndX(java.lang.String value)
          Sets the value of the tableEndX property.
 void setTableEndY(java.lang.String value)
          Sets the value of the tableEndY property.
 void setTableTableBackground(java.lang.String value)
          Sets the value of the tableTableBackground property.
 void setTextAnchorPageNumber(java.lang.String value)
          Sets the value of the textAnchorPageNumber property.
 void setTextAnchorType(java.lang.String value)
          Sets the value of the textAnchorType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawMeasure

public DrawMeasure()
Method Detail

getDrawId

public java.lang.String getDrawId()
Gets the value of the drawId property.

Returns:
possible object is String

getDrawLayer

public java.lang.String getDrawLayer()
Gets the value of the drawLayer property.

Returns:
possible object is String

getDrawStyleName

public java.lang.String getDrawStyleName()
Gets the value of the drawStyleName property.

Returns:
possible object is String

getDrawTextStyleName

public java.lang.String getDrawTextStyleName()
Gets the value of the drawTextStyleName property.

Returns:
possible object is String

getDrawTransform

public java.lang.String getDrawTransform()
Gets the value of the drawTransform property.

Returns:
possible object is String

getDrawZIndex

public java.lang.String getDrawZIndex()
Gets the value of the drawZIndex property.

Returns:
possible object is String

getOfficeEvents

public OfficeEvents getOfficeEvents()
Gets the value of the officeEvents property.

Returns:
possible object is OfficeEvents

getPresentationStyleName

public java.lang.String getPresentationStyleName()
Gets the value of the presentationStyleName property.

Returns:
possible object is String

getSvgX1

public java.lang.String getSvgX1()
Gets the value of the svgX1 property.

Returns:
possible object is String

getSvgX2

public java.lang.String getSvgX2()
Gets the value of the svgX2 property.

Returns:
possible object is String

getSvgY1

public java.lang.String getSvgY1()
Gets the value of the svgY1 property.

Returns:
possible object is String

getSvgY2

public java.lang.String getSvgY2()
Gets the value of the svgY2 property.

Returns:
possible object is String

getTableEndCellAddress

public java.lang.String getTableEndCellAddress()
Gets the value of the tableEndCellAddress property.

Returns:
possible object is String

getTableEndX

public java.lang.String getTableEndX()
Gets the value of the tableEndX property.

Returns:
possible object is String

getTableEndY

public java.lang.String getTableEndY()
Gets the value of the tableEndY property.

Returns:
possible object is String

getTableTableBackground

public java.lang.String getTableTableBackground()
Gets the value of the tableTableBackground property.

Returns:
possible object is String

getTextAnchorPageNumber

public java.lang.String getTextAnchorPageNumber()
Gets the value of the textAnchorPageNumber property.

Returns:
possible object is String

getTextAnchorType

public java.lang.String getTextAnchorType()
Gets the value of the textAnchorType property.

Returns:
possible object is String

getTextPOrTextUnorderedListOrTextOrderedList

public java.util.List<java.lang.Object> getTextPOrTextUnorderedListOrTextOrderedList()
Gets the value of the textPOrTextUnorderedListOrTextOrderedList property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the textPOrTextUnorderedListOrTextOrderedList property.

For example, to add a new item, do as follows:

 getTextPOrTextUnorderedListOrTextOrderedList().add(newItem);
 

Objects of the following type(s) are allowed in the list TextP TextUnorderedList TextOrderedList


setDrawId

public void setDrawId(java.lang.String value)
Sets the value of the drawId property.

Parameters:
value - allowed object is String

setDrawLayer

public void setDrawLayer(java.lang.String value)
Sets the value of the drawLayer property.

Parameters:
value - allowed object is String

setDrawStyleName

public void setDrawStyleName(java.lang.String value)
Sets the value of the drawStyleName property.

Parameters:
value - allowed object is String

setDrawTextStyleName

public void setDrawTextStyleName(java.lang.String value)
Sets the value of the drawTextStyleName property.

Parameters:
value - allowed object is String

setDrawTransform

public void setDrawTransform(java.lang.String value)
Sets the value of the drawTransform property.

Parameters:
value - allowed object is String

setDrawZIndex

public void setDrawZIndex(java.lang.String value)
Sets the value of the drawZIndex property.

Parameters:
value - allowed object is String

setOfficeEvents

public void setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property.

Parameters:
value - allowed object is OfficeEvents

setPresentationStyleName

public void setPresentationStyleName(java.lang.String value)
Sets the value of the presentationStyleName property.

Parameters:
value - allowed object is String

setSvgX1

public void setSvgX1(java.lang.String value)
Sets the value of the svgX1 property.

Parameters:
value - allowed object is String

setSvgX2

public void setSvgX2(java.lang.String value)
Sets the value of the svgX2 property.

Parameters:
value - allowed object is String

setSvgY1

public void setSvgY1(java.lang.String value)
Sets the value of the svgY1 property.

Parameters:
value - allowed object is String

setSvgY2

public void setSvgY2(java.lang.String value)
Sets the value of the svgY2 property.

Parameters:
value - allowed object is String

setTableEndCellAddress

public void setTableEndCellAddress(java.lang.String value)
Sets the value of the tableEndCellAddress property.

Parameters:
value - allowed object is String

setTableEndX

public void setTableEndX(java.lang.String value)
Sets the value of the tableEndX property.

Parameters:
value - allowed object is String

setTableEndY

public void setTableEndY(java.lang.String value)
Sets the value of the tableEndY property.

Parameters:
value - allowed object is String

setTableTableBackground

public void setTableTableBackground(java.lang.String value)
Sets the value of the tableTableBackground property.

Parameters:
value - allowed object is String

setTextAnchorPageNumber

public void setTextAnchorPageNumber(java.lang.String value)
Sets the value of the textAnchorPageNumber property.

Parameters:
value - allowed object is String

setTextAnchorType

public void setTextAnchorType(java.lang.String value)
Sets the value of the textAnchorType property.

Parameters:
value - allowed object is String