Add

Add(IParagraph)

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

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

另见


Add(IParagraphCollection)

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

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

返回值

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

另见