FormatTxtCollection

FormatTxtCollection class

FormatTxt 集合,其中包含形状的文本。

public class FormatTxtCollection : Collection

特性

姓名描述
Count { get; }获取集合中实际包含的元素个数。
Item { get; }获取指定索引处的元素。
Text { get; }包含带格式的形状文本。

方法

姓名描述
Add(FormatTxt)在集合中添加 FormatTxt 对象。
Clear()从集合中删除所有元素。
GetEnumerator()支持对非泛型集合的简单迭代。
IsExist(int)是集合中存在的项目。
Remove(FormatTxt)从集合中删除 FormatTxt 对象。
SetWholeText(string)设置形状的文本而不格式化。

也可以看看