public class TextItem extends Object
Constructor and Description |
---|
TextItem() |
Modifier and Type | Method and Description |
---|---|
TextFormat |
getFormat()
getFormat
Gets TextFormat
|
List<Link> |
getLinks()
getLinks
Gets List
|
String |
getText()
getText
Gets String
|
void |
setFormat(TextFormat Format)
setFormat
Sets TextFormat
|
void |
setLinks(List<Link> Links)
setLinks
Sets List
|
void |
setText(String Text)
setText
Sets String
|
String |
toString() |
public String getText()
public void setText(String Text)
Text
- Stringpublic TextFormat getFormat()
public void setFormat(TextFormat Format)
Format
- TextFormatCopyright © 2016. All rights reserved.