|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextSpan
public class TextSpan
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 |
---|
public TextSpan()
Method Detail |
---|
public void concatValue(String string)
public String[] getCutedValues()
public StyleStyle getTextStyle()
String
public String getValue()
String
public void setTextStyle(StyleStyle value)
value
- allowed object is String
public void setValue(String value)
value
- allowed object is String
public String toString()
toString
in class Object
public void addTextSpan(TextSpan textspan)
public void addTextElement(Object item)
public void completed()
public boolean isCompleted()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |