| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.page |
| Modifier and Type | Method and Description |
|---|---|
PrintToPDF |
Page.printToPDF(Boolean landscape,
Boolean displayHeaderFooter,
Boolean printBackground,
Double scale,
Double paperWidth,
Double paperHeight,
Double marginTop,
Double marginBottom,
Double marginLeft,
Double marginRight,
String pageRanges,
Boolean ignoreInvalidPageRanges,
String headerTemplate,
String footerTemplate,
Boolean preferCSSPageSize,
PrintToPDFTransferMode transferMode)
Print page as PDF.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintToPDFTransferMode |
PrintToPDFTransferMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintToPDFTransferMode[] |
PrintToPDFTransferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.