import"IWebView.idl";
|
| HRESULT | takeStringURLFrom ([in] IUnknown *sender) |
| |
| HRESULT | stopLoading ([in] IUnknown *sender) |
| |
| HRESULT | reload ([in] IUnknown *sender) |
| |
| HRESULT | canGoBack ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | goBack ([in] IUnknown *sender) |
| |
| HRESULT | canGoForward ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | goForward ([in] IUnknown *sender) |
| |
| HRESULT | canMakeTextLarger ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | makeTextLarger ([in] IUnknown *sender) |
| |
| HRESULT | canMakeTextSmaller ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | makeTextSmaller ([in] IUnknown *sender) |
| |
| HRESULT | canMakeTextStandardSize ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | makeTextStandardSize ([in] IUnknown *sender) |
| |
| HRESULT | toggleContinuousSpellChecking ([in] IUnknown *sender) |
| |
| HRESULT | toggleSmartInsertDelete ([in] IUnknown *sender) |
| |
| HRESULT | toggleGrammarChecking ([in] IUnknown *sender) |
| |
| HRESULT | setPageSizeMultiplier ([in] float multiplier) |
| |
| HRESULT | pageSizeMultiplier ([out, retval] float *multiplier) |
| |
| HRESULT | canZoomPageIn ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | zoomPageIn ([in] IUnknown *sender) |
| |
| HRESULT | canZoomPageOut ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | zoomPageOut ([in] IUnknown *sender) |
| |
| HRESULT | canResetPageZoom ([in] IUnknown *sender, [out, retval] BOOL *result) |
| |
| HRESULT | resetPageZoom ([in] IUnknown *sender) |
| |
| HRESULT | reloadFromOrigin ([in] IUnknown *sender) |
| |
◆ canGoBack()
| HRESULT IWebIBActions::canGoBack |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canGoForward()
| HRESULT IWebIBActions::canGoForward |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canMakeTextLarger()
| HRESULT IWebIBActions::canMakeTextLarger |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canMakeTextSmaller()
| HRESULT IWebIBActions::canMakeTextSmaller |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canMakeTextStandardSize()
| HRESULT IWebIBActions::canMakeTextStandardSize |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canResetPageZoom()
| HRESULT IWebIBActions::canResetPageZoom |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canZoomPageIn()
| HRESULT IWebIBActions::canZoomPageIn |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ canZoomPageOut()
| HRESULT IWebIBActions::canZoomPageOut |
( |
[in] IUnknown * |
sender, |
|
|
[out, retval] BOOL * |
result |
|
) |
| |
◆ goBack()
| HRESULT IWebIBActions::goBack |
( |
[in] IUnknown * |
sender | ) |
|
◆ goForward()
| HRESULT IWebIBActions::goForward |
( |
[in] IUnknown * |
sender | ) |
|
◆ makeTextLarger()
| HRESULT IWebIBActions::makeTextLarger |
( |
[in] IUnknown * |
sender | ) |
|
◆ makeTextSmaller()
| HRESULT IWebIBActions::makeTextSmaller |
( |
[in] IUnknown * |
sender | ) |
|
◆ makeTextStandardSize()
| HRESULT IWebIBActions::makeTextStandardSize |
( |
[in] IUnknown * |
sender | ) |
|
◆ pageSizeMultiplier()
| HRESULT IWebIBActions::pageSizeMultiplier |
( |
[out, retval] float * |
multiplier | ) |
|
pageSizeMultiplier
- Returns
- The page size multipler.
- (float)pageSizeMultiplier;
◆ reload()
| HRESULT IWebIBActions::reload |
( |
[in] IUnknown * |
sender | ) |
|
◆ reloadFromOrigin()
| HRESULT IWebIBActions::reloadFromOrigin |
( |
[in] IUnknown * |
sender | ) |
|
◆ resetPageZoom()
| HRESULT IWebIBActions::resetPageZoom |
( |
[in] IUnknown * |
sender | ) |
|
◆ setPageSizeMultiplier()
| HRESULT IWebIBActions::setPageSizeMultiplier |
( |
[in] float |
multiplier | ) |
|
setPageSizeMultiplier: Set a zoom factor for all views managed by this webView.
- Parameters
-
| multiplier | A fractional percentage value, 1.0 is 100%.
- (void)setPageSizeMultiplier:(float)multiplier;
|
Implemented in WebView.
◆ stopLoading()
| HRESULT IWebIBActions::stopLoading |
( |
[in] IUnknown * |
sender | ) |
|
◆ takeStringURLFrom()
| HRESULT IWebIBActions::takeStringURLFrom |
( |
[in] IUnknown * |
sender | ) |
|
◆ toggleContinuousSpellChecking()
| HRESULT IWebIBActions::toggleContinuousSpellChecking |
( |
[in] IUnknown * |
sender | ) |
|
◆ toggleGrammarChecking()
| HRESULT IWebIBActions::toggleGrammarChecking |
( |
[in] IUnknown * |
sender | ) |
|
◆ toggleSmartInsertDelete()
| HRESULT IWebIBActions::toggleSmartInsertDelete |
( |
[in] IUnknown * |
sender | ) |
|
◆ zoomPageIn()
| HRESULT IWebIBActions::zoomPageIn |
( |
[in] IUnknown * |
sender | ) |
|
◆ zoomPageOut()
| HRESULT IWebIBActions::zoomPageOut |
( |
[in] IUnknown * |
sender | ) |
|
The documentation for this interface was generated from the following file: