header_margin_inch属性
header_margin_inch属性
表示从页面顶部到页眉的距离,以英寸为单位。
定义:
@property
def header_margin_inch(self):
    ...
@header_margin_inch.setter
def header_margin_inch(self, value):
    ...
表示从页面顶部到页眉的距离,以英寸为单位。
@property
def header_margin_inch(self):
    ...
@header_margin_inch.setter
def header_margin_inch(self, value):
    ...