org.jopendocument.model.text
Class TextListLevelStyleImage

java.lang.Object
  extended by org.jopendocument.model.text.TextListLevelStyleImage

public class TextListLevelStyleImage
extends Object


Field Summary
protected  OfficeBinaryData officeBinaryData
           
protected  StyleProperties styleProperties
           
protected  String textLevel
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
TextListLevelStyleImage()
           
 
Method Summary
 OfficeBinaryData getOfficeBinaryData()
          Gets the value of the officeBinaryData property.
 StyleProperties getStyleProperties()
          Gets the value of the styleProperties property.
 String getTextLevel()
          Gets the value of the textLevel 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 setOfficeBinaryData(OfficeBinaryData value)
          Sets the value of the officeBinaryData property.
 void setStyleProperties(StyleProperties value)
          Sets the value of the styleProperties property.
 void setTextLevel(String value)
          Sets the value of the textLevel 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

officeBinaryData

protected OfficeBinaryData officeBinaryData

styleProperties

protected StyleProperties styleProperties

textLevel

protected String textLevel

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

TextListLevelStyleImage

public TextListLevelStyleImage()
Method Detail

getOfficeBinaryData

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

Returns:
possible object is OfficeBinaryData

getStyleProperties

public StyleProperties getStyleProperties()
Gets the value of the styleProperties property.

Returns:
possible object is StyleProperties

getTextLevel

public String getTextLevel()
Gets the value of the textLevel 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

setOfficeBinaryData

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

Parameters:
value - allowed object is OfficeBinaryData

setStyleProperties

public void setStyleProperties(StyleProperties value)
Sets the value of the styleProperties property.

Parameters:
value - allowed object is StyleProperties

setTextLevel

public void setTextLevel(String value)
Sets the value of the textLevel 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.