Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
HeaderFooterContent (const WString &header_left_content, const WString &header_center_content, const WString &header_right_content, const WString &footer_left_content, const WString &footer_center_content, const WString &footer_right_content) | |
Constructor, with parameters. More... | |
HeaderFooterContent () | |
Constructor. | |
HeaderFooterContent (const HeaderFooterContent &other) | |
Constructor, with another header-footer content object. More... | |
HeaderFooterContent & | operator= (const HeaderFooterContent &other) |
Assign operator. More... | |
void | Set (const WString &header_left_content, const WString &header_center_content, const WString &header_right_content, const WString &footer_left_content, const WString &footer_center_content, const WString &footer_right_content) |
Set value. More... | |
Public Attributes | |
WString | footer_center_content |
Content for center footer. | |
WString | footer_left_content |
Content for left footer. | |
WString | footer_right_content |
Content for right footer. | |
WString | header_center_content |
Content for center header. | |
WString | header_left_content |
Content for left header. | |
WString | header_right_content |
Content for right header. | |
This class represents the header-footer content. Any string member of this class can set directly or be generated by using class HeaderFooterContentGenerator.
|
inlineexplicit |
Constructor, with parameters.
[in] | header_left_content | Content for left header. |
[in] | header_center_content | Content for center header. |
[in] | header_right_content | Content for right header. |
[in] | footer_left_content | Content for left footer. |
[in] | footer_center_content | Content for center footer. |
[in] | footer_right_content | Content for right footer. |
|
inline |
Constructor, with another header-footer content object.
[in] | other | Another header-footer content object. |
|
inline |
Assign operator.
[in] | other | Another header-footer content object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | header_left_content | Content for left header. |
[in] | header_center_content | Content for center header. |
[in] | header_right_content | Content for right header. |
[in] | footer_left_content | Content for left footer. |
[in] | footer_center_content | Content for center footer. |
[in] | footer_right_content | Content for right footer. |