GetContent

GetContentApiDocumentContent}

返回当前单元格内容

参数:

这种方法没有任何参数

返回时间 :

类型
ApiDocumentContent

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvar表Style=ODocument.CreateStyleoTableStyle.SetBasedOn(oDocument.GetStyle("Bordered"))!varo表=api.Criate表(3,3)oTable.SetWidth("percent", 100)!varocell =otable.GetRow0.GetCell0oCell.GetContent().GetElement(0).AddText("Cell #1")!oTable.SetStyle(oTableStyle)!oDocument.Push(oTable)!builder.SaveFile("docx", "GetContent.docx")!builder.CloseFile();

结果文档