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<Retained<NSString>>
where Self: Sized + Message { ... }
unsafe fn attributedString(&self) -> Option<Retained<NSAttributedString>>
where Self: Sized + Message { ... }
unsafe fn selectedString(&self) -> Option<Retained<NSString>>
where Self: Sized + Message { ... }
unsafe fn selectedAttributedString(
&self
) -> Option<Retained<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<Retained<NSString>>
๐Deprecated
unsafe fn attributedString(&self) -> Option<Retained<NSAttributedString>>
๐Deprecated
unsafe fn selectedString(&self) -> Option<Retained<NSString>>
๐Deprecated
unsafe fn selectedAttributedString( &self ) -> Option<Retained<NSAttributedString>>
๐Deprecated
unsafe fn selectAll(&self)
๐Deprecated
unsafe fn deselectAll(&self)
๐Deprecated