添加

Add(IParagraph)

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

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

另见


Add(IParagraphCollection)

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

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

返回值

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

另见