Method |
Description |
|
__construct ( array $options ) |
Constructor. |
|
display ( ) |
Display the PDF options tab description. |
|
doInitialUpgrade ( ) |
Substitute human-readable values, add new defaults, replace pdf_page_size
with pdf_page_width and pdf_page_height. |
|
filterDefaults ( array $defaults ) : array |
Filter the array of default values for the PDF options tab. |
|
getBooleanOptions ( ) : array |
Get an array of options which return booleans. |
|
getDefaults ( ) : array |
Get an array of default values for the PDF options tab. |
|
getFloatOptions ( ) : array |
Get an array of options which return floats. |
|
getIntegerOptions ( ) : array |
Get an array of options which return integers. |
|
getPredefinedOptions ( ) : array |
Get an array of options which return predefined values. |
|
getSlug ( ) : string |
Get the slug for the PDF options tab. |
|
getStringOptions ( ) : array |
Get an array of options which return strings. |
|
getTitle ( ) : string |
Get the localized title of the PDF options tab. |
|
init ( ) |
Configure the PDF options tab using the settings API. |
|
render ( ) |
Render the PDF options tab form (NOT USED). |
|
renderBlankPagesField ( array $args ) |
Render the pdf_blankpages radio buttons. |
|
renderBodyFontSizeField ( array $args ) |
Render the pdf_body_font_size input. |
|
renderBodyLineHightField ( array $args ) |
Render the pdf_body_line_height input. |
|
renderBottomMarginField ( array $args ) |
Render the pdf_page_margin_bottom input. |
|
renderCropMarksField ( array $args ) |
Render the pdf_crop_marks checkbox. |
|
renderFontSizeField ( array $args ) |
Render the pdf_fontsize checkbox. |
|
renderFootnoteStyleField ( array $args ) |
Render the pdf_footnotes_style radio buttons. |
|
renderHyphenationField ( array $args ) |
Render the pdf_hyphens checkbox. |
|
renderImageResolutionField ( array $args ) |
Render the pdf_image_resolution radio buttons. |
|
renderInsideMarginField ( array $args ) |
Render the pdf_page_margin_inside input. |
|
renderMarginsField ( array $args ) |
Render the margins diagram. |
|
renderOrphansField ( array $args ) |
Render the orphans input. |
|
renderOutsideMarginField ( array $args ) |
Render the pdf_page_margin_outside input. |
|
renderPageHeightField ( array $args ) |
Render the pdf_page_height input. |
|
renderPageSizeField ( array $args ) |
Render the pdf_page_size select. |
|
renderPageWidthField ( array $args ) |
Render the pdf_page_width input. |
|
renderParagraphSeparationField ( array $args ) |
Render the pdf_paragraph_separation radio buttons. |
|
renderRomanizePartsField ( array $args ) |
Render the pdf_romanize_parts checkbox. |
|
renderRunningContentBackMatterLeftField ( array $args ) |
Render the running_content_back_matter_left input. |
|
renderRunningContentBackMatterRightField ( array $args ) |
Render the running_content_back_matter_right input. |
|
renderRunningContentChapterLeftField ( array $args ) |
Render the running_content_chapter_left input. |
|
renderRunningContentChapterRightField ( array $args ) |
Render the running_content_chapter_right input. |
|
renderRunningContentField ( array $args ) |
Render the running content instructional diagram. |
|
renderRunningContentFrontMatterLeftField ( array $args ) |
Render the running_content_front_matter_left input. |
|
renderRunningContentFrontMatterRightField ( array $args ) |
Render the running_content_front_matter_right input. |
|
renderRunningContentIntroductionLeftField ( array $args ) |
Render the running_content_introduction_left input. |
|
renderRunningContentIntroductionRightField ( array $args ) |
Render the running_content_introduction_right input. |
|
renderRunningContentPartLeftField ( array $args ) |
Render the running_content_part_left input. |
|
renderRunningContentPartRightField ( array $args ) |
Render the running_content_part_right input. |
|
renderTOCField ( array $args ) |
Render the pdf_toc checkbox. |
|
renderTopMarginField ( array $args ) |
Render the pdf_page_margin_top input. |
|
renderWidowsField ( array $args ) |
Render the widows input. |
|
upgrade ( integer $version ) |
Upgrade handler for PDF options. |
|