WebDocumentText
WebDocumentText is an optional protocol for document view objects that display text. This protocol defines methods for accessing document content as strings, and methods for text selection. Classes that adopt this protocol should also adopt Webdocumentview and inherit from NSView.
Declaration
protocol WebDocumentText : NSObjectProtocol