ILIAS
release_8 Revision v8.19
|
Static Public Member Functions | |
static | supportMultiSourcesFiles () |
Protected Member Functions | |
readConfigFromArray (array $config) | |
setKeyIfExists (string $function, string $key, array $config) | |
readConfigFromObject (ilWkhtmlToPdfConfig $config) | |
useDefaultConfig () | |
generateCommandLineConfig () | |
getZoomArgument () | |
getExternalLinksArgument () | |
getEnabledFormsArgument () | |
getGreyscaleArgument () | |
getLowQualityArgument () | |
getOrientationArgument () | |
getPrintMediaTypeArgument () | |
getPageSizeArgument () | |
getJavascriptDelayArgument () | |
getCheckboxSvgArgument () | |
getCheckboxCheckedSvgArgument () | |
getRadioButtonSvgArgument () | |
getRadioButtonCheckedSvgArgument () | |
getMarginArgument () | |
getHeaderArgument () | |
getFooterArgument () | |
getDebugArgument () | |
getSessionObject () | |
getSavedDefaultBinaryPath () | |
Private Attributes | |
const | ENABLE_QUIET = true |
Definition at line 24 of file class.ilWkhtmlToPdfConfig.php.
ilWkhtmlToPdfConfig::__construct | ( | $config = null | ) |
array | null | self | $config |
Definition at line 71 of file class.ilWkhtmlToPdfConfig.php.
References readConfigFromArray(), readConfigFromObject(), and useDefaultConfig().
|
protected |
Definition at line 584 of file class.ilWkhtmlToPdfConfig.php.
References getCheckboxCheckedSvgArgument(), getCheckboxSvgArgument(), getDebugArgument(), getEnabledFormsArgument(), getExternalLinksArgument(), getFooterArgument(), getGreyscaleArgument(), getHeaderArgument(), getJavascriptDelayArgument(), getLowQualityArgument(), getMarginArgument(), getOrientationArgument(), getPageSizeArgument(), getPrintMediaTypeArgument(), getRadioButtonCheckedSvgArgument(), getRadioButtonSvgArgument(), getSessionObject(), and getZoomArgument().
Referenced by getCommandLineConfig().
ilWkhtmlToPdfConfig::getCheckboxCheckedSvg | ( | ) |
Definition at line 447 of file class.ilWkhtmlToPdfConfig.php.
References $checkbox_checked_svg.
Referenced by getCheckboxCheckedSvgArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 684 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), and getCheckboxCheckedSvg().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getCheckboxSvg | ( | ) |
Definition at line 457 of file class.ilWkhtmlToPdfConfig.php.
References $checkbox_svg.
Referenced by getCheckboxSvgArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 676 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), and getCheckboxSvg().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getCommandLineConfig | ( | ) |
Definition at line 572 of file class.ilWkhtmlToPdfConfig.php.
References ILIAS\LTI\ToolProvider\$settings, and generateCommandLineConfig().
ilWkhtmlToPdfConfig::getConfig | ( | ) |
|
protected |
Definition at line 806 of file class.ilWkhtmlToPdfConfig.php.
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getEnabledForms | ( | ) |
Definition at line 197 of file class.ilWkhtmlToPdfConfig.php.
References $enabled_forms.
Referenced by getEnabledFormsArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 622 of file class.ilWkhtmlToPdfConfig.php.
References getEnabledForms().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getExternalLinks | ( | ) |
Definition at line 207 of file class.ilWkhtmlToPdfConfig.php.
References $external_links.
Referenced by getExternalLinksArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 613 of file class.ilWkhtmlToPdfConfig.php.
References getExternalLinks().
Referenced by generateCommandLineConfig().
|
protected |
Definition at line 780 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), ilPDFGenerationConstants\FOOTER_HTML, ilPDFGenerationConstants\FOOTER_TEXT, getFooterHtml(), getFooterHtmlSpacing(), getFooterTextCenter(), getFooterTextLeft(), getFooterTextRight(), getFooterTextSpacing(), getFooterType(), isFooterHtmlLine(), and isFooterTextLine().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getFooterHtml | ( | ) |
Definition at line 287 of file class.ilWkhtmlToPdfConfig.php.
References $footer_html.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getFooterHtmlSpacing | ( | ) |
Definition at line 277 of file class.ilWkhtmlToPdfConfig.php.
References $footer_html_spacing.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getFooterTextCenter | ( | ) |
Definition at line 307 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_center.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getFooterTextLeft | ( | ) |
Definition at line 337 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_left.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getFooterTextRight | ( | ) |
Definition at line 327 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_right.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getFooterTextSpacing | ( | ) |
Definition at line 317 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_spacing.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getFooterType | ( | ) |
Definition at line 347 of file class.ilWkhtmlToPdfConfig.php.
References $footer_type.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getGreyscale | ( | ) |
Definition at line 227 of file class.ilWkhtmlToPdfConfig.php.
References $greyscale.
Referenced by getGreyscaleArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 631 of file class.ilWkhtmlToPdfConfig.php.
References getGreyscale().
Referenced by generateCommandLineConfig().
|
protected |
Definition at line 724 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), getHeaderHtml(), getHeaderHtmlSpacing(), getHeaderTextCenter(), getHeaderTextLeft(), getHeaderTextRight(), getHeaderTextSpacing(), getHeaderType(), ilPDFGenerationConstants\HEADER_HTML, ilPDFGenerationConstants\HEADER_TEXT, isHeaderHtmlLine(), and isHeaderTextLine().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getHeaderHtml | ( | ) |
Definition at line 750 of file class.ilWkhtmlToPdfConfig.php.
References $header_html.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getHeaderHtmlSpacing | ( | ) |
Definition at line 760 of file class.ilWkhtmlToPdfConfig.php.
References $header_html_spacing.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getHeaderTextCenter | ( | ) |
Definition at line 397 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_center.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getHeaderTextLeft | ( | ) |
Definition at line 407 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_left.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getHeaderTextRight | ( | ) |
Definition at line 387 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_right.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getHeaderTextSpacing | ( | ) |
Definition at line 377 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_spacing.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getHeaderType | ( | ) |
Definition at line 417 of file class.ilWkhtmlToPdfConfig.php.
References $header_type.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getJavascriptDelay | ( | ) |
Definition at line 467 of file class.ilWkhtmlToPdfConfig.php.
References $javascript_delay.
Referenced by getJavascriptDelayArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 669 of file class.ilWkhtmlToPdfConfig.php.
References getJavascriptDelay().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getLowQuality | ( | ) |
Definition at line 217 of file class.ilWkhtmlToPdfConfig.php.
References $low_quality.
Referenced by getLowQualityArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 638 of file class.ilWkhtmlToPdfConfig.php.
References getLowQuality().
Referenced by generateCommandLineConfig().
|
protected |
Definition at line 708 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), getMarginBottom(), getMarginLeft(), getMarginRight(), and getMarginTop().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getMarginBottom | ( | ) |
Definition at line 497 of file class.ilWkhtmlToPdfConfig.php.
References $margin_bottom.
Referenced by getMarginArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getMarginLeft | ( | ) |
Definition at line 257 of file class.ilWkhtmlToPdfConfig.php.
References $margin_left.
Referenced by getMarginArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getMarginRight | ( | ) |
Definition at line 267 of file class.ilWkhtmlToPdfConfig.php.
References $margin_right.
Referenced by getMarginArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getMarginTop | ( | ) |
Definition at line 487 of file class.ilWkhtmlToPdfConfig.php.
References $margin_top.
Referenced by getMarginArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getOrientation | ( | ) |
Definition at line 237 of file class.ilWkhtmlToPdfConfig.php.
References $orientation.
Referenced by getOrientationArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 645 of file class.ilWkhtmlToPdfConfig.php.
References getOrientation().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getOverwriteDefaultFont | ( | bool | $renderStyle = false | ) |
Definition at line 507 of file class.ilWkhtmlToPdfConfig.php.
References $overwrite_default_font.
Referenced by ilWkhtmlToPdfRenderer\appendDefaultFontStyle(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::getPageSize | ( | ) |
Definition at line 247 of file class.ilWkhtmlToPdfConfig.php.
References $page_size.
Referenced by getPageSizeArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 662 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), and getPageSize().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getPath | ( | ) |
ilWkhtmlToPdfConfig::getPrintMediaType | ( | ) |
Definition at line 477 of file class.ilWkhtmlToPdfConfig.php.
References $print_media_type.
Referenced by getPrintMediaTypeArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 655 of file class.ilWkhtmlToPdfConfig.php.
References getPrintMediaType().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getRadioButtonCheckedSvg | ( | ) |
Definition at line 427 of file class.ilWkhtmlToPdfConfig.php.
References $radio_button_checked_svg.
Referenced by getRadioButtonCheckedSvgArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 700 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), and getRadioButtonCheckedSvg().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getRadioButtonSvg | ( | ) |
Definition at line 437 of file class.ilWkhtmlToPdfConfig.php.
References $radio_button_svg.
Referenced by getRadioButtonSvgArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 692 of file class.ilWkhtmlToPdfConfig.php.
References ilShellUtil\escapeShellArg(), and getRadioButtonSvg().
Referenced by generateCommandLineConfig().
|
protected |
Definition at line 821 of file class.ilWkhtmlToPdfConfig.php.
References $path, and ILIAS\LTI\ToolProvider\$settings.
Referenced by getWKHTMLToPdfDefaultPath().
|
protected |
Definition at line 813 of file class.ilWkhtmlToPdfConfig.php.
References CLIENT_ID.
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::getWKHTMLToPdfDefaultPath | ( | ) |
Definition at line 557 of file class.ilWkhtmlToPdfConfig.php.
References $path, and getSavedDefaultBinaryPath().
Referenced by ilWkhtmlToPdfConfigFormGUI\populateForm().
ilWkhtmlToPdfConfig::getZoom | ( | ) |
Definition at line 187 of file class.ilWkhtmlToPdfConfig.php.
References $zoom.
Referenced by getZoomArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 606 of file class.ilWkhtmlToPdfConfig.php.
References getZoom().
Referenced by generateCommandLineConfig().
ilWkhtmlToPdfConfig::isFooterHtmlLine | ( | ) |
Definition at line 357 of file class.ilWkhtmlToPdfConfig.php.
References $footer_html_line.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::isFooterTextLine | ( | ) |
Definition at line 297 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_line.
Referenced by getFooterArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::isHeaderHtmlLine | ( | ) |
Definition at line 770 of file class.ilWkhtmlToPdfConfig.php.
References $header_html_line.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
ilWkhtmlToPdfConfig::isHeaderTextLine | ( | ) |
Definition at line 367 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_line.
Referenced by getHeaderArgument(), ilWkhtmlToPdfConfigFormGUI\populateForm(), and readConfigFromObject().
|
protected |
Definition at line 82 of file class.ilWkhtmlToPdfConfig.php.
References setKeyIfExists().
Referenced by __construct().
|
protected |
Definition at line 146 of file class.ilWkhtmlToPdfConfig.php.
References getCheckboxCheckedSvg(), getCheckboxSvg(), getEnabledForms(), getExternalLinks(), getFooterHtml(), getFooterHtmlSpacing(), getFooterTextCenter(), getFooterTextLeft(), getFooterTextRight(), getFooterTextSpacing(), getFooterType(), getGreyscale(), getHeaderHtml(), getHeaderHtmlSpacing(), getHeaderTextCenter(), getHeaderTextLeft(), getHeaderTextRight(), getHeaderTextSpacing(), getHeaderType(), getJavascriptDelay(), getLowQuality(), getMarginBottom(), getMarginLeft(), getMarginRight(), getMarginTop(), getOrientation(), getOverwriteDefaultFont(), getPageSize(), getPrintMediaType(), getRadioButtonCheckedSvg(), getRadioButtonSvg(), getZoom(), isFooterHtmlLine(), isFooterTextLine(), isHeaderHtmlLine(), isHeaderTextLine(), setCheckboxCheckedSvg(), setCheckboxSvg(), setEnabledForms(), setExternalLinks(), setFooterHtml(), setFooterHtmlLine(), setFooterHtmlSpacing(), setFooterTextCenter(), setFooterTextLeft(), setFooterTextLine(), setFooterTextRight(), setFooterTextSpacing(), setFooterType(), setGreyscale(), setHeaderHtml(), setHeaderHtmlLine(), setHeaderHtmlSpacing(), setHeaderTextCenter(), setHeaderTextLeft(), setHeaderTextLine(), setHeaderTextRight(), setHeaderTextSpacing(), setHeaderType(), setJavascriptDelay(), setLowQuality(), setMarginBottom(), setMarginLeft(), setMarginRight(), setMarginTop(), setOrientation(), setOverwriteDefaultFont(), setPageSize(), setPrintMediaType(), setRadioButtonCheckedSvg(), setRadioButtonSvg(), and setZoom().
Referenced by __construct().
ilWkhtmlToPdfConfig::setCheckboxCheckedSvg | ( | string | $checkbox_checked_svg | ) |
Definition at line 452 of file class.ilWkhtmlToPdfConfig.php.
References $checkbox_checked_svg.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setCheckboxSvg | ( | string | $checkbox_svg | ) |
Definition at line 462 of file class.ilWkhtmlToPdfConfig.php.
References $checkbox_svg.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setEnabledForms | ( | ?bool | $enabled_forms | ) |
Definition at line 202 of file class.ilWkhtmlToPdfConfig.php.
References $enabled_forms.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setExternalLinks | ( | bool | $external_links | ) |
Definition at line 212 of file class.ilWkhtmlToPdfConfig.php.
References $external_links.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setFooterHtml | ( | string | $footer_html | ) |
Definition at line 292 of file class.ilWkhtmlToPdfConfig.php.
References $footer_html.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterHtmlLine | ( | bool | $footer_html_line | ) |
Definition at line 362 of file class.ilWkhtmlToPdfConfig.php.
References $footer_html_line.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterHtmlSpacing | ( | int | $footer_html_spacing | ) |
Definition at line 282 of file class.ilWkhtmlToPdfConfig.php.
References $footer_html_spacing.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterTextCenter | ( | string | $footer_text_center | ) |
Definition at line 312 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_center.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterTextLeft | ( | string | $footer_text_left | ) |
Definition at line 342 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_left.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterTextLine | ( | bool | $footer_text_line | ) |
Definition at line 302 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_line.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterTextRight | ( | string | $footer_text_right | ) |
Definition at line 332 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_right.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterTextSpacing | ( | int | $footer_text_spacing | ) |
Definition at line 322 of file class.ilWkhtmlToPdfConfig.php.
References $footer_text_spacing.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setFooterType | ( | int | $footer_type | ) |
Definition at line 352 of file class.ilWkhtmlToPdfConfig.php.
References $footer_type.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setGreyscale | ( | bool | $greyscale | ) |
Definition at line 232 of file class.ilWkhtmlToPdfConfig.php.
References $greyscale.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderHtml | ( | string | $header_html | ) |
Definition at line 755 of file class.ilWkhtmlToPdfConfig.php.
References $header_html.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderHtmlLine | ( | bool | $header_html_line | ) |
Definition at line 775 of file class.ilWkhtmlToPdfConfig.php.
References $header_html_line.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderHtmlSpacing | ( | int | $header_html_spacing | ) |
Definition at line 765 of file class.ilWkhtmlToPdfConfig.php.
References $header_html_spacing.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderTextCenter | ( | string | $header_text_center | ) |
Definition at line 402 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_center.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderTextLeft | ( | string | $header_text_left | ) |
Definition at line 412 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_left.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderTextLine | ( | bool | $header_text_line | ) |
Definition at line 372 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_line.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderTextRight | ( | string | $header_text_right | ) |
Definition at line 392 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_right.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderTextSpacing | ( | int | $header_text_spacing | ) |
Definition at line 382 of file class.ilWkhtmlToPdfConfig.php.
References $header_text_spacing.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setHeaderType | ( | int | $header_type | ) |
Definition at line 422 of file class.ilWkhtmlToPdfConfig.php.
References $header_type.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setJavascriptDelay | ( | int | $javascript_delay | ) |
Definition at line 472 of file class.ilWkhtmlToPdfConfig.php.
References $javascript_delay.
Referenced by readConfigFromObject(), and useDefaultConfig().
|
protected |
string | $function | |
string | $key | |
array<string,mixed> | $config |
Definition at line 128 of file class.ilWkhtmlToPdfConfig.php.
References ILIAS\LTI\ToolProvider\$key, and $type.
Referenced by readConfigFromArray().
ilWkhtmlToPdfConfig::setLowQuality | ( | bool | $low_quality | ) |
Definition at line 222 of file class.ilWkhtmlToPdfConfig.php.
References $low_quality.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setMarginBottom | ( | string | $margin_bottom | ) |
Definition at line 502 of file class.ilWkhtmlToPdfConfig.php.
References $margin_bottom.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setMarginLeft | ( | string | $margin_left | ) |
Definition at line 262 of file class.ilWkhtmlToPdfConfig.php.
References $margin_left.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setMarginRight | ( | string | $margin_right | ) |
Definition at line 272 of file class.ilWkhtmlToPdfConfig.php.
References $margin_right.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setMarginTop | ( | string | $margin_top | ) |
Definition at line 492 of file class.ilWkhtmlToPdfConfig.php.
References $margin_top.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setOrientation | ( | string | $orientation | ) |
Definition at line 242 of file class.ilWkhtmlToPdfConfig.php.
References $orientation.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setOverwriteDefaultFont | ( | string | $overwrite_default_font | ) |
Definition at line 523 of file class.ilWkhtmlToPdfConfig.php.
References $overwrite_default_font.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setPageSize | ( | string | $page_size | ) |
Definition at line 252 of file class.ilWkhtmlToPdfConfig.php.
References $page_size.
Referenced by readConfigFromObject(), and useDefaultConfig().
ilWkhtmlToPdfConfig::setPath | ( | string | $path | ) |
ilWkhtmlToPdfConfig::setPrintMediaType | ( | bool | $print_media_type | ) |
Definition at line 482 of file class.ilWkhtmlToPdfConfig.php.
References $print_media_type.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setRadioButtonCheckedSvg | ( | string | $radio_button_checked_svg | ) |
Definition at line 432 of file class.ilWkhtmlToPdfConfig.php.
References $radio_button_checked_svg.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setRadioButtonSvg | ( | string | $radio_button_svg | ) |
Definition at line 442 of file class.ilWkhtmlToPdfConfig.php.
References $radio_button_svg.
Referenced by readConfigFromObject().
ilWkhtmlToPdfConfig::setZoom | ( | float | $zoom | ) |
Definition at line 192 of file class.ilWkhtmlToPdfConfig.php.
References $zoom.
Referenced by readConfigFromObject(), and useDefaultConfig().
|
static |
Definition at line 542 of file class.ilWkhtmlToPdfConfig.php.
|
protected |
Definition at line 528 of file class.ilWkhtmlToPdfConfig.php.
References setEnabledForms(), setExternalLinks(), setJavascriptDelay(), setMarginBottom(), setMarginLeft(), setMarginRight(), setMarginTop(), setOrientation(), setPageSize(), and setZoom().
Referenced by __construct().
|
protected |
Definition at line 62 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getCheckboxCheckedSvg(), and setCheckboxCheckedSvg().
|
protected |
Definition at line 61 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getCheckboxSvg(), and setCheckboxSvg().
|
protected |
Definition at line 29 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getConfig().
|
protected |
Definition at line 32 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getEnabledForms(), and setEnabledForms().
|
protected |
Definition at line 31 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getExternalLinks(), and setExternalLinks().
|
protected |
Definition at line 58 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterHtml(), and setFooterHtml().
|
protected |
Definition at line 60 of file class.ilWkhtmlToPdfConfig.php.
Referenced by isFooterHtmlLine(), and setFooterHtmlLine().
|
protected |
Definition at line 59 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterHtmlSpacing(), and setFooterHtmlSpacing().
|
protected |
Definition at line 54 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterTextCenter(), and setFooterTextCenter().
|
protected |
Definition at line 53 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterTextLeft(), and setFooterTextLeft().
|
protected |
Definition at line 57 of file class.ilWkhtmlToPdfConfig.php.
Referenced by isFooterTextLine(), and setFooterTextLine().
|
protected |
Definition at line 55 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterTextRight(), and setFooterTextRight().
|
protected |
Definition at line 56 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterTextSpacing(), and setFooterTextSpacing().
|
protected |
Definition at line 52 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getFooterType(), and setFooterType().
|
protected |
Definition at line 33 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getGreyscale(), and setGreyscale().
|
protected |
Definition at line 49 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderHtml(), and setHeaderHtml().
|
protected |
Definition at line 51 of file class.ilWkhtmlToPdfConfig.php.
Referenced by isHeaderHtmlLine(), and setHeaderHtmlLine().
|
protected |
Definition at line 50 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderHtmlSpacing(), and setHeaderHtmlSpacing().
|
protected |
Definition at line 45 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderTextCenter(), and setHeaderTextCenter().
|
protected |
Definition at line 44 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderTextLeft(), and setHeaderTextLeft().
|
protected |
Definition at line 48 of file class.ilWkhtmlToPdfConfig.php.
Referenced by isHeaderTextLine(), and setHeaderTextLine().
|
protected |
Definition at line 46 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderTextRight(), and setHeaderTextRight().
|
protected |
Definition at line 47 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderTextSpacing(), and setHeaderTextSpacing().
|
protected |
Definition at line 43 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getHeaderType(), and setHeaderType().
|
protected |
Definition at line 38 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getJavascriptDelay(), and setJavascriptDelay().
|
protected |
Definition at line 34 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getLowQuality(), and setLowQuality().
|
protected |
Definition at line 42 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getMarginBottom(), and setMarginBottom().
|
protected |
Definition at line 39 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getMarginLeft(), and setMarginLeft().
|
protected |
Definition at line 40 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getMarginRight(), and setMarginRight().
|
protected |
Definition at line 41 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getMarginTop(), and setMarginTop().
|
protected |
Definition at line 35 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getOrientation(), and setOrientation().
|
protected |
Definition at line 66 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getOverwriteDefaultFont(), and setOverwriteDefaultFont().
|
protected |
Definition at line 37 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getPageSize(), and setPageSize().
|
protected |
Definition at line 65 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getPath(), getSavedDefaultBinaryPath(), getWKHTMLToPdfDefaultPath(), and setPath().
|
protected |
Definition at line 28 of file class.ilWkhtmlToPdfConfig.php.
|
protected |
Definition at line 36 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getPrintMediaType(), and setPrintMediaType().
|
protected |
Definition at line 64 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getRadioButtonCheckedSvg(), and setRadioButtonCheckedSvg().
|
protected |
Definition at line 63 of file class.ilWkhtmlToPdfConfig.php.
Referenced by getRadioButtonSvg(), and setRadioButtonSvg().
|
protected |
Definition at line 30 of file class.ilWkhtmlToPdfConfig.php.
|
private |
Definition at line 26 of file class.ilWkhtmlToPdfConfig.php.