org.jopendocument.model.text
Class TextSpan

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

public class TextSpan
extends Object


Constructor Summary
TextSpan()
           
 
Method Summary
 void addTextElement(Object item)
           
 void addTextSpan(TextSpan textspan)
           
 void completed()
           
 void concatValue(String string)
           
 String[] getCutedValues()
           
 StyleStyle getTextStyle()
          Gets the value of the textStyleName property.
 String getValue()
          Gets the value of the value property.
 boolean isCompleted()
           
 void setTextStyle(StyleStyle value)
          Sets the value of the textStyleName property.
 void setValue(String value)
          Sets the value of the value property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextSpan

public TextSpan()
Method Detail

concatValue

public void concatValue(String string)

getCutedValues

public String[] getCutedValues()

getTextStyle

public StyleStyle getTextStyle()
Gets the value of the textStyleName property.

Returns:
possible object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setTextStyle

public void setTextStyle(StyleStyle value)
Sets the value of the textStyleName 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

toString

public String toString()
Overrides:
toString in class Object

addTextSpan

public void addTextSpan(TextSpan textspan)

addTextElement

public void addTextElement(Object item)

completed

public void completed()

isCompleted

public boolean isCompleted()


Copyright © 2010 jOpenDocument All Rights Reserved.