org.jopendocument.model.text
Class TextA

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

public class TextA
extends Object


Field Summary
protected  String officeName
           
protected  String officeTargetFrameName
           
protected  String textStyleName
           
protected  String textVisitedStyleName
           
protected  String value
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkShow
           
protected  String xlinkType
           
 
Constructor Summary
TextA()
           
 
Method Summary
 void addTextSpan(TextSpan textspan)
           
 void concatValue(String string)
           
 String getOfficeName()
          Gets the value of the officeName property.
 String getOfficeTargetFrameName()
          Gets the value of the officeTargetFrameName property.
 String getTextStyleName()
          Gets the value of the textStyleName property.
 String getTextVisitedStyleName()
          Gets the value of the textVisitedStyleName property.
 String getvalue()
          Gets the value of the value 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 setOfficeName(String value)
          Sets the value of the officeName property.
 void setOfficeTargetFrameName(String value)
          Sets the value of the officeTargetFrameName property.
 void setTextStyleName(String value)
          Sets the value of the textStyleName property.
 void setTextVisitedStyleName(String value)
          Sets the value of the textVisitedStyleName property.
 void setvalue(String value)
          Sets the value of the value 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

officeName

protected String officeName

officeTargetFrameName

protected String officeTargetFrameName

textStyleName

protected String textStyleName

textVisitedStyleName

protected String textVisitedStyleName

value

protected String value

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkShow

protected String xlinkShow

xlinkType

protected String xlinkType
Constructor Detail

TextA

public TextA()
Method Detail

getOfficeName

public String getOfficeName()
Gets the value of the officeName property.

Returns:
possible object is String

getOfficeTargetFrameName

public String getOfficeTargetFrameName()
Gets the value of the officeTargetFrameName property.

Returns:
possible object is String

getTextStyleName

public String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible object is String

getTextVisitedStyleName

public String getTextVisitedStyleName()
Gets the value of the textVisitedStyleName property.

Returns:
possible object is String

getvalue

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

setOfficeName

public void setOfficeName(String value)
Sets the value of the officeName property.

Parameters:
value - allowed object is String

setOfficeTargetFrameName

public void setOfficeTargetFrameName(String value)
Sets the value of the officeTargetFrameName property.

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String

setTextVisitedStyleName

public void setTextVisitedStyleName(String value)
Sets the value of the textVisitedStyleName property.

Parameters:
value - allowed object is String

setvalue

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

addTextSpan

public void addTextSpan(TextSpan textspan)

concatValue

public void concatValue(String string)


Copyright © 2010 jOpenDocument All Rights Reserved.