org.jopendocument.model.style
Class StyleBackgroundImage

java.lang.Object
  extended by org.jopendocument.model.style.StyleBackgroundImage

public class StyleBackgroundImage
extends Object


Field Summary
protected  String drawTransparency
           
protected  OfficeBinaryData officeBinaryData
           
protected  String styleFilterName
           
protected  String stylePosition
           
protected  String styleRepeat
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
StyleBackgroundImage()
           
 
Method Summary
 String getDrawTransparency()
          Gets the value of the drawTransparency property.
 OfficeBinaryData getOfficeBinaryData()
          Gets the value of the officeBinaryData property.
 String getStyleFilterName()
          Gets the value of the styleFilterName property.
 String getStylePosition()
          Gets the value of the stylePosition property.
 String getStyleRepeat()
          Gets the value of the styleRepeat property.
 String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkShow()
          Gets the value of the xlinkShow property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setDrawTransparency(String value)
          Sets the value of the drawTransparency property.
 void setOfficeBinaryData(OfficeBinaryData value)
          Sets the value of the officeBinaryData property.
 void setStyleFilterName(String value)
          Sets the value of the styleFilterName property.
 void setStylePosition(String value)
          Sets the value of the stylePosition property.
 void setStyleRepeat(String value)
          Sets the value of the styleRepeat property.
 void setXlinkActuate(String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkShow(String value)
          Sets the value of the xlinkShow property.
 void setXlinkType(String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawTransparency

protected String drawTransparency

officeBinaryData

protected OfficeBinaryData officeBinaryData

styleFilterName

protected String styleFilterName

stylePosition

protected String stylePosition

styleRepeat

protected String styleRepeat

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

StyleBackgroundImage

public StyleBackgroundImage()
Method Detail

getDrawTransparency

public String getDrawTransparency()
Gets the value of the drawTransparency property.

Returns:
possible object is String

getOfficeBinaryData

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

Returns:
possible object is OfficeBinaryData

getStyleFilterName

public String getStyleFilterName()
Gets the value of the styleFilterName property.

Returns:
possible object is String

getStylePosition

public String getStylePosition()
Gets the value of the stylePosition property.

Returns:
possible object is String

getStyleRepeat

public String getStyleRepeat()
Gets the value of the styleRepeat property.

Returns:
possible object is String

getXlinkActuate

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

Returns:
possible object is String

getXlinkHref

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

Returns:
possible object is String

getXlinkShow

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

Returns:
possible object is String

getXlinkType

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

Returns:
possible object is String

setDrawTransparency

public void setDrawTransparency(String value)
Sets the value of the drawTransparency 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

setStyleFilterName

public void setStyleFilterName(String value)
Sets the value of the styleFilterName property.

Parameters:
value - allowed object is String

setStylePosition

public void setStylePosition(String value)
Sets the value of the stylePosition property.

Parameters:
value - allowed object is String

setStyleRepeat

public void setStyleRepeat(String value)
Sets the value of the styleRepeat property.

Parameters:
value - allowed object is String

setXlinkActuate

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

Parameters:
value - allowed object is String

setXlinkHref

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

Parameters:
value - allowed object is String

setXlinkShow

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

Parameters:
value - allowed object is String

setXlinkType

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.