IParagraphFactory

IParagraphFactory interface

允许创建段落

public interface IParagraphFactory

方法

名称描述
CreateParagraph()创建一个新的空段落。
CreateParagraph(IParagraph)使用指定的段落数据创建一个新的段落。

备注

为了与COM兼容。

另见