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要插入的段落。

另见