FormatTxtCollection
Contents
[
Hide
]FormatTxtCollection class
FormatTxt collection which contains the text of a shape.
Properties
| Name | Type | Description |
|---|---|---|
| Text | String | Contains the text of a shape with formating. |
| Count | int | |
| Item (int) | FormatTxt |
Methods
| Name | Description |
|---|---|
| add | Add the FormatTxt object in the collection. |
| remove | Remove the FormatTxt object from the collection. |
| setWholeText | Set the text of a shape without formating. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
FormatTxtCollection.Text property
Contains the text of a shape with formating.
Type: String
FormatTxtCollection.Count property
Type: int
FormatTxtCollection.Item (int) property
Type: FormatTxt
add(item)
Add the FormatTxt object in the collection.
remove(item)
Remove the FormatTxt object from the collection.
setWholeText(text)
Set the text of a shape without formating.
| Parameter | Type | Description |
|---|---|---|
| text | String |
clear()
removeAt(index)
iterator()
Reserved for internal use.