| Package | Description |
|---|---|
| org.fujion.ancillary |
| Modifier and Type | Field and Description |
|---|---|
String |
PrintOptions.append
Adds custom HTML after the selected content.
|
String |
PrintOptions.doctype
Prepends a doctype to the printed document frame.
|
Boolean |
PrintOptions.globalStyles
Whether or not the styles from the parent document should be included.
|
Boolean |
PrintOptions.iframe$boolean
Whether to print from an iframe instead of a pop-up window.
|
String |
PrintOptions.iframe$selector
Selector of an existing iframe to use for printing.
|
Boolean |
PrintOptions.manuallyCopyFormValues
If true, copy user-updated form input values onto the printed markup (this is done by
manually iterating over each form element).
|
Boolean |
PrintOptions.mediaPrint
Whether or not link tags with media='print' should be included; Overridden by the
globalStyles option.
|
String |
PrintOptions.noPrintSelector
A selector for the items that are to be excluded from printing.
|
String |
PrintOptions.prepend
Adds custom HTML before the selected content.
|
String |
PrintOptions.selector
Selector for the root element to print.
|
String |
PrintOptions.stylesheet
URL of an external stylesheet to be included.
|
Integer |
PrintOptions.timeout
The maximum amount of time, in milliseconds, to wait for the content, etc.
|
String |
PrintOptions.title
Text to use for print title.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.