Insert

Insert(int, IParagraph)

在指定索引处将段落插入集合中。

public void Insert(int index, IParagraph value)
参数类型描述
indexInt32段落应该插入的零基索引。
valueIParagraph要插入的段落。

另见


Insert(int, IParagraphCollection)

在指定索引处将ParagraphCollection的内容插入集合中。

public void Insert(int index, IParagraphCollection value)
参数类型描述
indexInt32段落应该插入的零基索引。
valueIParagraphCollection要插入的段落。

另见