IText
Leave feedback
On this page
public interface IText
Defines annotation text
| Method | Description |
|---|---|
| getText() | Gets or sets annotation text |
| setText(String value) | Gets or sets annotation text |
public abstract String getText()
Gets or sets annotation text
Returns: java.lang.String -
public abstract void setText(String value)
Gets or sets annotation text
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.