HeaderFooter

HeaderFooter

Overview

HeaderFooter 是Python的Aspose.Cells FOSS中的一个类.

代表标题和脚本设置.

这个类提供了一个方法,用于在Python程序中使用HeaderFooter 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: align_with_margins, different_first, different_odd_even, even_footer, even_header, first_footer,另外还有4个.

Properties

NameTypeAccessDescription
different_first``阅读/写作是否要有不同的首页头/脚.
different_odd_even``阅读/写作是否有不同的奇数/偶数页头/脚下.
scale_with_doc``阅读/写作是否与文件进行扩展.
align_with_margins``阅读/写作无论是否与利率一致.
odd_header``阅读/写作奇数页面的头条 (如果不是 different_odd_even,则是所有页).
odd_footer``阅读/写作奇数页面的脚注 (如果不是 different_odd_even,则是所有页).
even_header``阅读/写作偶页的头条.
even_footer``阅读/写作偶页的脚本.
first_header``阅读/写作首页的标题.
first_footer``阅读/写作首页的脚注.

Methods

SignatureDescription
__init__()

See Also

 中文