CreateNewHistoryPoint

CreateNewHistoryPoint()

创建新历史点

参数:

这种方法没有任何参数

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0odText ('这是样本文本')oDocument.CreateNewHistoryPoint()!odeptes = Api.CreatelementsadText (新历史点刚创建)oDocument.Push(oParagraph)!builder.SaveFile("docx", "CreateNewHistoryPoint.docx")!builder.CloseFile();

结果文档