webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<WebDocumentText > Protocol Reference

#import <WebDocument.h>

Inheritance diagram for <WebDocumentText >:

Instance Methods

(BOOL- supportsTextEncoding
 
(NSString *) - string
 
(NSAttributedString *) - attributedString
 
(NSString *) - selectedString
 
(NSAttributedString *) - selectedAttributedString
 
(void- selectAll
 
(void- deselectAll
 

Method Documentation

◆ attributedString()

- (NSAttributedString * WebDocumentText) attributedString

attributedString

Returns
Attributed string that represents the entire document.

◆ deselectAll()

- (void WebDocumentText) deselectAll

deselectText Causes a text selection to lose its selection.

◆ selectAll()

- (void WebDocumentText) selectAll

selectAll Selects all the text in the document.

◆ selectedAttributedString()

- (NSAttributedString * WebDocumentText) selectedAttributedString

selectedAttributedString

Returns
Attributed string that represents the current selection.

◆ selectedString()

- (NSString * WebDocumentText) selectedString

selectedString

Returns
String that represents the current selection.

◆ string()

string

Returns
String that represents the entire document.

◆ supportsTextEncoding()

- (BOOL WebDocumentText) supportsTextEncoding

supportsTextEncoding

Returns
YES if the document view support text encoding, NO if it doesn't.

The documentation for this protocol was generated from the following file: