GetTableDescription

GetTableDescript ()++{{字符串}

返回表描述

参数:

这种方法没有任何参数

返回时间 :

类型
字符串

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvar表Style=ODocument.CreateStyleoTableStyle.SetBasedOn(oDocument.GetStyle("Bordered"))!var表Pr =o表Style.get表Prvaro表=api.Criate表(3,3)oTable.SetWidth("percent", 100)!oTablePr.SetTableDescription("Empty table")!oTable.SetStyle(oTableStyle)!varolements=ODocument.GetEplement0odtext (表描述:+otablePr.Get表描述oDocument.Push(oTable)!builder.SaveFile("docx", "GetTableDescription.docx")!builder.CloseFile();

结果文档