Foxit PDF SDK
FSDK::HeaderFooterContent类 参考

Public 成员函数

 constructor ()
 构造函数。
 
 constructor (header_left_content, header_center_content, header_right_content, footer_left_content, footer_center_content, footer_right_content)
 带参数的构造函数。 更多...
 
 Set (header_left_content, header_center_content, header_right_content, footer_left_content, footer_center_content, footer_right_content)
 设置值。 更多...
 

Public 属性

 footer_center_content
 中间页脚的内容。
 
 footer_left_content
 左侧页脚的内容。
 
 footer_right_content
 右侧页脚的内容。
 
 header_center_content
 中间页眉的内容。
 
 header_left_content
 左侧页眉的内容。
 
 header_right_content
 右侧页眉的内容。
 

详细描述

此类表示页眉页脚内容。 此类的任何字符串成员都可以直接设置,或使用类 FSDK.HeaderFooterContentGenerator 生成。

参见
FSDK.HeaderFooterContentGenerator

成员函数说明

◆ constructor()

带参数的构造函数。

参数
[in]header_left_content左侧页眉的内容。
[in]header_center_content中间页眉的内容。
[in]header_right_content右侧页眉的内容。
[in]footer_left_content左侧页脚的内容。
[in]footer_center_content中间页脚的内容。
[in]footer_right_content右侧页脚的内容。

◆ Set()

设置值。

参数
[in]header_left_content左侧页眉的内容。
[in]header_center_content中间页眉的内容。
[in]header_right_content右侧页眉的内容。
[in]footer_left_content左侧页脚的内容。
[in]footer_center_content中间页脚的内容。
[in]footer_right_content右侧页脚的内容。
返回
无。