Fix formatting of print and printToPDF methods
This commit is contained in:
parent
1a5269e51b
commit
acffc713e0
1 changed files with 2 additions and 2 deletions
|
@ -315,11 +315,11 @@ Executes editing command `replace` in page.
|
||||||
|
|
||||||
Executes editing command `replaceMisspelling` in page.
|
Executes editing command `replaceMisspelling` in page.
|
||||||
|
|
||||||
### `<webview>.print([options])`
|
### `<webview>`.print([options])
|
||||||
|
|
||||||
Prints webview's web page. Same with `webContents.print([options])`.
|
Prints webview's web page. Same with `webContents.print([options])`.
|
||||||
|
|
||||||
### `<webview>.printToPDF(options, callback)`
|
### `<webview>`.printToPDF(options, callback)
|
||||||
|
|
||||||
Prints webview's web page as PDF, Same with `webContents.printToPDF(options, callback)`
|
Prints webview's web page as PDF, Same with `webContents.printToPDF(options, callback)`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue