|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebDocument.h>
Instance Methods | |
| (BOOL) | - supportsTextEncoding |
| (NSString *) | - string |
| (NSAttributedString *) | - attributedString |
| (NSString *) | - selectedString |
| (NSAttributedString *) | - selectedAttributedString |
| (void) | - selectAll |
| (void) | - deselectAll |
| - (NSAttributedString * WebDocumentText) attributedString |
attributedString
| - (void WebDocumentText) deselectAll |
deselectText Causes a text selection to lose its selection.
| - (void WebDocumentText) selectAll |
selectAll Selects all the text in the document.
| - (NSAttributedString * WebDocumentText) selectedAttributedString |
selectedAttributedString
| - (NSString * WebDocumentText) selectedString |
selectedString
| - (NSString * WebDocumentText) string |
string
| - (BOOL WebDocumentText) supportsTextEncoding |
supportsTextEncoding
1.8.13