Add

Add(IParagraph)

将一个段落添加到集合的末尾。

public void Add(IParagraph value)
参数类型描述
valueIParagraph要添加到集合末尾的段落。

另请参见


Add(IParagraphCollection)

将ParagraphCollection的内容添加到集合的末尾。

public int Add(IParagraphCollection value)
参数类型描述
valueIParagraphCollection要添加到集合末尾的ParagraphCollection。

返回值

添加段落的索引,若没有内容可添加则返回-1。

另请参见