org.jopendocument.model.text
Class TextA

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

public class TextA
extends java.lang.Object


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

TextA

public TextA()
Method Detail

getOfficeName

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

Returns:
possible object is String

getOfficeTargetFrameName

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

Returns:
possible object is String

getTextStyleName

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

Returns:
possible object is String

getTextVisitedStyleName

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

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

setOfficeName

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

Parameters:
value - allowed object is String

setOfficeTargetFrameName

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

Parameters:
value - allowed object is String

setTextStyleName

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

Parameters:
value - allowed object is String

setTextVisitedStyleName

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

Parameters:
value - allowed object is String

setvalue

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

Parameters:
value - allowed object is String

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

addTextSpan

public void addTextSpan(TextSpan textspan)

concatValue

public void concatValue(java.lang.String string)