| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | getText() | |
Contains the text of a shape with formating.
|
||
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(item) | |
Add the FormatTxt object in the collection.
|
||
method | clear() | |
method | iterator() | |
Reserved for internal use. |
||
method | remove(item) | |
Remove the FormatTxt object from the collection.
|
||
method | removeAt(index) | |
method | setWholeText(text) | |
Set the text of a shape without formating.
|
||
String getText()
int getCount()
int add(item)
remove(item)
setWholeText(text)
text: String - clear()
removeAt(index)
Iterator iterator()