FooterDistance 属性

       

返回或设置下页边距,即页脚与页底边之间的距离(以磅为单位)。Single 类型,可读写。

示例

本示例将页脚与页底边之间的距离设置为 0.5 英寸。InchesToPoints 方法用来将英寸转换为磅值。

ActiveDocument.PageSetup.FooterDistance = InchesToPoints(0.5)

本示例将选定的所有节的页脚与页底边的距离设置为 1 英寸。

Selection.Range.PageSetup.FooterDistance = 72