Inherits SystemIDisposable.
|
| HeaderFooterContent (string header_left_content, string header_center_content, string header_right_content, string footer_left_content, string footer_center_content, string footer_right_content) |
| Constructor, with parameters. More...
|
|
| HeaderFooterContent () |
| Constructor.
|
|
| HeaderFooterContent (HeaderFooterContent other) |
| Constructor, with another header-footer content object. More...
|
|
void | Set (string header_left_content, string header_center_content, string header_right_content, string footer_left_content, string footer_center_content, string footer_right_content) |
| Set value. More...
|
|
This class represents the header-footer content. Any string member of this class can set directly or be generated by using class HeaderFooterContentGenerator .
- See also
- HeaderFooterContentGenerator .
◆ HeaderFooterContent() [1/2]
foxit.pdf.HeaderFooterContent.HeaderFooterContent |
( |
string |
header_left_content, |
|
|
string |
header_center_content, |
|
|
string |
header_right_content, |
|
|
string |
footer_left_content, |
|
|
string |
footer_center_content, |
|
|
string |
footer_right_content |
|
) |
| |
|
inline |
Constructor, with parameters.
- 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. |
◆ HeaderFooterContent() [2/2]
Constructor, with another header-footer content object.
- Parameters
-
[in] | other | Another header-footer content object. |
◆ Set()
void foxit.pdf.HeaderFooterContent.Set |
( |
string |
header_left_content, |
|
|
string |
header_center_content, |
|
|
string |
header_right_content, |
|
|
string |
footer_left_content, |
|
|
string |
footer_center_content, |
|
|
string |
footer_right_content |
|
) |
| |
|
inline |
Set value.
- 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. |
- Returns
- None.