SetFooterDistance

SetFooterDistance(nDistance)

指定页底边缘至页脚底边缘的距离

参数:

名称 类型 描述性
偏差 树枝

从页面底边缘到脚脚底边缘的距离

返回时间 :

方法不返回数据

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvarolements=ODocument.GetEplement0oclipse.adText)adText ("滚下页面查看它")varosections=ODocument.Getfinalsectionvarofoter=osection.GetFooteroSection.SetFooterDistance(1440)!Odeptes=OFOTER.GetEplement0oclipse.adText)oclipse.adText ("从页面底部到页脚的距离为1英寸(1440点20s))builder.SaveFile("docx", "SetFooterDistance.docx")!builder.CloseFile();

结果文档