Trait objc2_web_kit::WebDocumentText
source · 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
WebDocument
only.Provided Methods§
unsafe fn supportsTextEncoding(&self) -> bool
👎Deprecated
unsafe fn string(&self) -> Option<Id<NSString>>
👎Deprecated
unsafe fn attributedString(&self) -> Option<Id<NSAttributedString>>
👎Deprecated
unsafe fn selectedString(&self) -> Option<Id<NSString>>
👎Deprecated
unsafe fn selectedAttributedString(&self) -> Option<Id<NSAttributedString>>
👎Deprecated
unsafe fn selectAll(&self)
👎Deprecated
unsafe fn deselectAll(&self)
👎Deprecated