print_headings 属性
print_headings 属性
表示行标题和列标题是否与此页一起打印。
定义:
@property
def print_headings(self):
...
@print_headings.setter
def print_headings(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 PageSetup
表示行标题和列标题是否与此页一起打印。
@property
def print_headings(self):
...
@print_headings.setter
def print_headings(self, value):
...