SetCellMarginTop

SetCellMarginTop(nValue)

指定在表内单元格内上层和表边框间留空

参数:

名称 类型 描述性
svalue语言 树枝

数值乘以上限单元格上方 20s点测量if this值空号后会使用默认表单元格顶值,否则表上值会与当前单元格指定值叠加

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0var表Style=ODocument.CreateStyleoTableStyle.SetBasedOn(oDocument.GetStyle("Bordered"))!varo表=api.Criate表(3,3)oTable.SetWidth("percent", 100)!varocell =otable.GetRow0.GetCell0oCell.SetCellMarginTop(720)!oCell.GetContent ().GetEplement(0)AddText ("这只是样本文本显示顶部单元比值36分")oTable.SetStyle(oTableStyle)!oDocument.Push(oTable)!builder.SaveFile("docx", "SetCellMarginTop.docx")!builder.CloseFile();

结果文档