File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Table of contents:
1212 * [ GetLinkTitle] ( #getlinktitle )
1313 * [ GetFragmentText] ( #getfragmenttext )
1414 * [ GetFragmentHtml] ( #getfragmenthtml )
15+ * [ GetImage] ( #getimage )
16+ * [ HasImage] ( #hasimage )
1517
1618
1719## Methods
Original file line number Diff line number Diff line change 11[ API categories] ( API-categories.md ) | [ API index] ( API-index.md )
22
33
4- # Frame (object)
4+ # Image (object)
55
66
77Table of contents:
@@ -25,13 +25,13 @@ Table of contents:
2525| __ Return__ | bytes |
2626
2727` cef_color_type_t ` constants in the cefpython module:
28- > CEF_COLOR_TYPE_RGBA_8888,
29- > CEF_COLOR_TYPE_BGRA_8888,
28+ * CEF_COLOR_TYPE_RGBA_8888,
29+ * CEF_COLOR_TYPE_BGRA_8888,
3030
3131` enum cef_alpha_type_t ` constants in the cefpython module:
32- > CEF_ALPHA_TYPE_OPAQUE,
33- > CEF_ALPHA_TYPE_PREMULTIPLIED,
34- > CEF_ALPHA_TYPE_POSTMULTIPLIED,
32+ * CEF_ALPHA_TYPE_OPAQUE,
33+ * CEF_ALPHA_TYPE_PREMULTIPLIED,
34+ * CEF_ALPHA_TYPE_POSTMULTIPLIED,
3535
3636
3737### GetAsPng
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Functions in the cefpython module.
88
99Table of contents:
1010* [ Functions] ( #functions )
11- * [ CreateBrowser] ( #createbrowsersync )
11+ * [ CreateBrowser] ( #createbrowser )
1212 * [ CreateBrowserSync] ( #createbrowsersync )
1313 * [ ExceptHook] ( #excepthook )
1414 * [ GetAppSetting] ( #getappsetting )
You can’t perform that action at this time.
0 commit comments