webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
WebView(WebViewUndoableEditing) Category Reference

#import <WebView.h>

Instance Methods

(void- replaceSelectionWithNode:
 
(void- replaceSelectionWithText:
 
(void- replaceSelectionWithMarkupString:
 
(void- replaceSelectionWithArchive:
 
(void- deleteSelection
 
(void- applyStyle:
 

Method Documentation

◆ applyStyle:()

- (void) applyStyle: (DOMCSSStyleDeclaration *)  style

Extends class WebView.

◆ deleteSelection()

- (void) deleteSelection

Extends class WebView.

◆ replaceSelectionWithArchive:()

- (void) replaceSelectionWithArchive: (WebArchive *)  archive

Extends class WebView.

◆ replaceSelectionWithMarkupString:()

- (void) replaceSelectionWithMarkupString: (NSString *)  markupString

Extends class WebView.

◆ replaceSelectionWithNode:()

- (void) replaceSelectionWithNode: (DOMNode *)  node

Extends class WebView.

◆ replaceSelectionWithText:()

- (void) replaceSelectionWithText: (NSString *)  text

Extends class WebView.


The documentation for this category was generated from the following files: