FormatTxtCollection class

FormatTxtCollection class

FormatTxt collection which contains the text of a shape.

Inheritance: FormatTxtCollectionCollection

The FormatTxtCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
textContains the text of a shape with formating.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(item)Add the FormatTxt object in the collection.
remove(item)Remove the FormatTxt object from the collection.
set_whole_text(text)Set the text of a shape without formating.

See Also