SetCellMarginBottom

SetCellMarginBottom(nValue)

指定一定量空间,留置单元格内值底部和表内单表单元边框间

参数:

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

if this值空号后默认表底差应用,否则以当前单元格指定值覆盖表底差

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("pptx")!varoPresentation=api.Getpresentationvaro表 = Api.Criate表2 4varoRow=otable.getRow0VaroCellsvarocontent=oCell.etcontentvarodeptes=api.CreateleadText ("这只是样本文本.")oContent.Push(oParagraph)!oCell.SetCellMarginBottom(600)!varoSlide=oPresentation.getSlideByIndex0oSlide.RemoveAllObjects()!oSlide.AddObject(oTable)!builder.SaveFile("pptx", "SetCellMarginBottom.pptx")!builder.CloseFile();

结果文档