File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ Additional information for v31.2 release:
203203- [ Tutorial] ( docs/Tutorial.md )
204204
205205
206- ### API categories
207-
206+ ### API categories
207+
208208#### Modules
209209
210210 * [ cefpython] ( api/cefpython.md#cefpython ) module
@@ -259,9 +259,9 @@ Additional information for v31.2 release:
259259 * [ StringVisitor] ( api/StringVisitor.md#stringvisitor-interface ) interface
260260 * [ WebRequestClient] ( api/WebRequestClient.md#webrequestclient-interface ) interface
261261
262-
263- ### API index
264-
262+
263+ ### API index
264+
265265* [ Application settings] ( api/ApplicationSettings.md#application-settings )
266266 * [ accept_language_list] ( api/ApplicationSettings.md#accept_language_list )
267267 * [ auto_zooming] ( api/ApplicationSettings.md#auto_zooming )
@@ -344,6 +344,7 @@ Additional information for v31.2 release:
344344 * [ NotifyMoveOrResizeStarted] ( api/Browser.md#notifymoveorresizestarted )
345345 * [ NotifyScreenInfoChanged] ( api/Browser.md#notifyscreeninfochanged )
346346 * [ ParentWindowWillClose] ( api/Browser.md#parentwindowwillclose )
347+ * [ Print] ( api/Browser.md#print )
347348 * [ Reload] ( api/Browser.md#reload )
348349 * [ ReloadIgnoreCache] ( api/Browser.md#reloadignorecache )
349350 * [ ReplaceMisspelling] ( api/Browser.md#replacemisspelling )
Original file line number Diff line number Diff line change 8484 * [ NotifyMoveOrResizeStarted] ( Browser.md#notifymoveorresizestarted )
8585 * [ NotifyScreenInfoChanged] ( Browser.md#notifyscreeninfochanged )
8686 * [ ParentWindowWillClose] ( Browser.md#parentwindowwillclose )
87+ * [ Print] ( Browser.md#print )
8788 * [ Reload] ( Browser.md#reload )
8889 * [ ReloadIgnoreCache] ( Browser.md#reloadignorecache )
8990 * [ ReplaceMisspelling] ( Browser.md#replacemisspelling )
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ Table of contents:
6464 * [ NotifyMoveOrResizeStarted] ( #notifymoveorresizestarted )
6565 * [ NotifyScreenInfoChanged] ( #notifyscreeninfochanged )
6666 * [ ParentWindowWillClose] ( #parentwindowwillclose )
67+ * [ Print] ( #print )
6768 * [ Reload] ( #reload )
6869 * [ ReloadIgnoreCache] ( #reloadignorecache )
6970 * [ ReplaceMisspelling] ( #replacemisspelling )
@@ -662,6 +663,15 @@ disabled.
662663This method does nothing. Kept for BC.
663664
664665
666+ ### Print
667+
668+ | | |
669+ | --- | --- |
670+ | __ Return__ | void |
671+
672+ Print the current browser contents.
673+
674+
665675### Reload
666676
667677| | |
You can’t perform that action at this time.
0 commit comments