org.jopendocument.model.draw
Class DrawImage

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

public class DrawImage
extends java.lang.Object


Constructor Summary
DrawImage()
           
 
Method Summary
 java.util.List<java.lang.Object> getDrawContourPolygonOrDrawContourPath()
          Gets the value of the drawContourPolygonOrDrawContourPath property.
 java.lang.String getDrawFilterName()
          Gets the value of the drawFilterName property.
 java.lang.String getDrawId()
          Gets the value of the drawId property.
 DrawImageMap getDrawImageMap()
          Gets the value of the drawImageMap property.
 java.lang.String getDrawLayer()
          Gets the value of the drawLayer property.
 java.lang.String getDrawName()
          Gets the value of the drawName 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.
 OfficeBinaryData getOfficeBinaryData()
          Gets the value of the officeBinaryData property.
 OfficeEvents getOfficeEvents()
          Gets the value of the officeEvents property.
 java.lang.String getPresentationClass()
          Gets the value of the presentationClass property.
 java.lang.String getPresentationPlaceholder()
          Gets the value of the presentationPlaceholder property.
 java.lang.String getPresentationStyleName()
          Gets the value of the presentationStyleName property.
 java.lang.String getPresentationUserTransformed()
          Gets the value of the presentationUserTransformed property.
 java.lang.String getStyleRelHeight()
          Gets the value of the styleRelHeight property.
 java.lang.String getStyleRelWidth()
          Gets the value of the styleRelWidth property.
 SvgDesc getSvgDesc()
          Gets the value of the svgDesc 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.
 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.
 TextP getTextp()
           
 java.lang.String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 java.lang.String getXlinkHref()
          Gets the value of the xlinkHref property.
 java.lang.String getXlinkShow()
          Gets the value of the xlinkShow property.
 java.lang.String getXlinkType()
          Gets the value of the xlinkType property.
 void setDrawFilterName(java.lang.String value)
          Sets the value of the drawFilterName property.
 void setDrawId(java.lang.String value)
          Sets the value of the drawId property.
 void setDrawImageMap(DrawImageMap value)
          Sets the value of the drawImageMap property.
 void setDrawLayer(java.lang.String value)
          Sets the value of the drawLayer property.
 void setDrawName(java.lang.String value)
          Sets the value of the drawName 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 setOfficeBinaryData(OfficeBinaryData value)
          Sets the value of the officeBinaryData property.
 void setOfficeEvents(OfficeEvents value)
          Sets the value of the officeEvents property.
 void setPresentationClass(java.lang.String value)
          Sets the value of the presentationClass property.
 void setPresentationPlaceholder(java.lang.String value)
          Sets the value of the presentationPlaceholder property.
 void setPresentationStyleName(java.lang.String value)
          Sets the value of the presentationStyleName property.
 void setPresentationUserTransformed(java.lang.String value)
          Sets the value of the presentationUserTransformed property.
 void setStyleRelHeight(java.lang.String value)
          Sets the value of the styleRelHeight property.
 void setStyleRelWidth(java.lang.String value)
          Sets the value of the styleRelWidth property.
 void setSvgDesc(SvgDesc value)
          Sets the value of the svgDesc 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.
 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.
 void setTextP(TextP p)
           
 void setXlinkActuate(java.lang.String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(java.lang.String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(java.lang.String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(java.lang.String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawImage

public DrawImage()
Method Detail

getDrawContourPolygonOrDrawContourPath

public java.util.List<java.lang.Object> getDrawContourPolygonOrDrawContourPath()
Gets the value of the drawContourPolygonOrDrawContourPath 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 drawContourPolygonOrDrawContourPath property.

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

 getDrawContourPolygonOrDrawContourPath().add(newItem);
 

Objects of the following type(s) are allowed in the list DrawContourPolygon DrawContourPath


getDrawFilterName

public java.lang.String getDrawFilterName()
Gets the value of the drawFilterName property.

Returns:
possible object is String

getDrawId

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

Returns:
possible object is String

getDrawImageMap

public DrawImageMap getDrawImageMap()
Gets the value of the drawImageMap property.

Returns:
possible object is DrawImageMap

getDrawLayer

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

Returns:
possible object is String

getDrawName

public java.lang.String getDrawName()
Gets the value of the drawName 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

getOfficeBinaryData

public OfficeBinaryData getOfficeBinaryData()
Gets the value of the officeBinaryData property.

Returns:
possible object is OfficeBinaryData

getOfficeEvents

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

Returns:
possible object is OfficeEvents

getPresentationClass

public java.lang.String getPresentationClass()
Gets the value of the presentationClass property.

Returns:
possible object is String

getPresentationPlaceholder

public java.lang.String getPresentationPlaceholder()
Gets the value of the presentationPlaceholder property.

Returns:
possible object is String

getPresentationStyleName

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

Returns:
possible object is String

getPresentationUserTransformed

public java.lang.String getPresentationUserTransformed()
Gets the value of the presentationUserTransformed property.

Returns:
possible object is String

getStyleRelHeight

public java.lang.String getStyleRelHeight()
Gets the value of the styleRelHeight property.

Returns:
possible object is String

getStyleRelWidth

public java.lang.String getStyleRelWidth()
Gets the value of the styleRelWidth property.

Returns:
possible object is String

getSvgDesc

public SvgDesc getSvgDesc()
Gets the value of the svgDesc property.

Returns:
possible object is SvgDesc

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

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

getTextp

public TextP getTextp()

getXlinkActuate

public java.lang.String getXlinkActuate()
Gets the value of the xlinkActuate property.

Returns:
possible object is String

getXlinkHref

public java.lang.String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkShow

public java.lang.String getXlinkShow()
Gets the value of the xlinkShow property.

Returns:
possible object is String

getXlinkType

public java.lang.String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setDrawFilterName

public void setDrawFilterName(java.lang.String value)
Sets the value of the drawFilterName property.

Parameters:
value - allowed object is String

setDrawId

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

Parameters:
value - allowed object is String

setDrawImageMap

public void setDrawImageMap(DrawImageMap value)
Sets the value of the drawImageMap property.

Parameters:
value - allowed object is DrawImageMap

setDrawLayer

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

Parameters:
value - allowed object is String

setDrawName

public void setDrawName(java.lang.String value)
Sets the value of the drawName 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

setOfficeBinaryData

public void setOfficeBinaryData(OfficeBinaryData value)
Sets the value of the officeBinaryData property.

Parameters:
value - allowed object is OfficeBinaryData

setOfficeEvents

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

Parameters:
value - allowed object is OfficeEvents

setPresentationClass

public void setPresentationClass(java.lang.String value)
Sets the value of the presentationClass property.

Parameters:
value - allowed object is String

setPresentationPlaceholder

public void setPresentationPlaceholder(java.lang.String value)
Sets the value of the presentationPlaceholder property.

Parameters:
value - allowed object is String

setPresentationStyleName

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

Parameters:
value - allowed object is String

setPresentationUserTransformed

public void setPresentationUserTransformed(java.lang.String value)
Sets the value of the presentationUserTransformed property.

Parameters:
value - allowed object is String

setStyleRelHeight

public void setStyleRelHeight(java.lang.String value)
Sets the value of the styleRelHeight property.

Parameters:
value - allowed object is String

setStyleRelWidth

public void setStyleRelWidth(java.lang.String value)
Sets the value of the styleRelWidth property.

Parameters:
value - allowed object is String

setSvgDesc

public void setSvgDesc(SvgDesc value)
Sets the value of the svgDesc property.

Parameters:
value - allowed object is SvgDesc

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

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

setTextP

public void setTextP(TextP p)

setXlinkActuate

public void setXlinkActuate(java.lang.String value)
Sets the value of the xlinkActuate property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(java.lang.String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkShow

public void setXlinkShow(java.lang.String value)
Sets the value of the xlinkShow property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(java.lang.String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String