FormatTxtCollection

FormatTxtCollection class

FormatTxt collection which contains the text of a shape.

Properties

NameTypeDescription
TextStringContains the text of a shape with formating.
Countint
Item (int)FormatTxt

Methods

NameDescription
addAdd the FormatTxt object in the collection.
removeRemove the FormatTxt object from the collection.
setWholeTextSet the text of a shape without formating.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
textString

clear()

removeAt(index)

iterator()

Reserved for internal use.