FormatTxtCollection

FormatTxtCollection class

FormatTxt collection which contains the text of a shape.

public class FormatTxtCollection : Collection

Properties

Name Description
Count { get; } Gets the number of elements actually contained in the collection.
Item { get; } Gets the element at the specified index.
Text { get; } Contains the text of a shape with formating.

Methods

Name Description
Add(FormatTxt) Add the FormatTxt object in the collection.
Clear() Removes all elements from collection.
GetEnumerator() Supports a simple iteration over a nongeneric collection.
IsExist(int) Is exist item in the collection.
Remove(FormatTxt) Remove the FormatTxt object from the collection.
SetWholeText(string) Set the text of a shape without formating.

See Also