ParagraphCollection

ParagraphCollection class

表示段落的集合。

public sealed class ParagraphCollection : DomObject<TextFrame>, IParagraphCollection

特性

姓名描述
Count { get; }获取集合中实际包含的元素数量。 只读Int32。
IsReadOnly { get; }获取一个值,该值指示ICollection是否为只读。 只读Boolean。
Item { get; }获取指定索引处的元素。

方法

姓名描述
Add(IParagraph)将段落添加到集合末尾。
Add(IParagraphCollection)将 ParagraphCollection 的内容添加到集合的末尾。
AddFromHtml(string)将指定 html 字符串中的文本添加到集合中。
AddFromHtml(string, IExternalResourceResolver, string)将指定 html 字符串中的文本添加到集合中。
Clear()从集合中删除所有元素。
Contains(IParagraph)确定ICollection是否包含特定值。
CopyTo(IParagraph[], int)将ICollection的元素复制到System。Array,从特定的Array索引开始。
ExportToHtml(int, int, ITextToHtmlConversionOptions)将指定段落转换为 HTML 并将其作为字符串对象返回。
GetEnumerator()返回一个遍历集合的枚举器。
IndexOf(IParagraph)确定IList中特定项目的索引。
Insert(int, IParagraph)将段落插入到集合中指定索引处。
Insert(int, IParagraphCollection)将 ParagraphCollection 的内容插入到集合中指定索引处。
Remove(IParagraph)从ICollection中删除特定对象的第一个匹配项。
RemoveAt(int)移除集合指定索引处的元素。

也可以看看