IText
public interface IText
Defines annotation text
Methods
| Method | Description | 
|---|---|
| getText() | Gets or sets annotation text | 
| setText(String value) | Gets or sets annotation text | 
getText()
public abstract String getText()
Gets or sets annotation text
Returns: java.lang.String -
setText(String value)
public abstract void setText(String value)
Gets or sets annotation text
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String |