|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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()
Stringpublic String getValue()
Stringpublic void setTextStyle(StyleStyle value)
value - allowed object is Stringpublic void setValue(String value)
value - allowed object is Stringpublic String toString()
toString in class Objectpublic 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 | ||||||||