Add

Add(IParagraph)

将段落添加到集合末尾。

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

也可以看看


Add(IParagraphCollection)

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

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

返回值

添加段落的索引或 -1 如果没有要添加的内容。

也可以看看