pub unsafe trait WebDocumentText: NSObjectProtocol {
// Provided methods
unsafe fn supportsTextEncoding(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn string(&self) -> Option<Id<NSString>>
where Self: Sized + Message { ... }
unsafe fn attributedString(&self) -> Option<Id<NSAttributedString>>
where Self: Sized + Message { ... }
unsafe fn selectedString(&self) -> Option<Id<NSString>>
where Self: Sized + Message { ... }
unsafe fn selectedAttributedString(&self) -> Option<Id<NSAttributedString>>
where Self: Sized + Message { ... }
unsafe fn selectAll(&self)
where Self: Sized + Message { ... }
unsafe fn deselectAll(&self)
where Self: Sized + Message { ... }
}
๐Deprecated
Available on crate feature
WebKit
only.Provided Methodsยง
unsafe fn supportsTextEncoding(&self) -> bool
๐Deprecated
unsafe fn string(&self) -> Option<Id<NSString>>
๐Deprecated
Available on crate feature
Foundation_NSString
only.unsafe fn attributedString(&self) -> Option<Id<NSAttributedString>>
๐Deprecated
Available on crate feature
Foundation_NSAttributedString
only.unsafe fn selectedString(&self) -> Option<Id<NSString>>
๐Deprecated
Available on crate feature
Foundation_NSString
only.unsafe fn selectedAttributedString(&self) -> Option<Id<NSAttributedString>>
๐Deprecated
Available on crate feature
Foundation_NSAttributedString
only.unsafe fn selectAll(&self)
๐Deprecated
unsafe fn deselectAll(&self)
๐Deprecated