Struct web_sys::Text [−][src]
#[repr(transparent)]pub struct Text { /* fields omitted */ }
Expand description
The Text class.
This API requires the following crate features to be activated: Text
Implementations
Getter for the wholeText field of this object.
This API requires the following crate features to be activated: Text
Getter for the assignedSlot field of this object.
This API requires the following crate features to be activated: HtmlSlotElement, Text
The new Text(..) constructor, creating a new instance of Text.
This API requires the following crate features to be activated: Text
The splitText() method.
This API requires the following crate features to be activated: Text
pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text(
&self,
point: &DomPointInit,
from: &Text
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Text
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element(
&self,
point: &DomPointInit,
from: &Element
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: DomPoint, DomPointInit, Element, Text
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document(
&self,
point: &DomPointInit,
from: &Document
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: Document, DomPoint, DomPointInit, Text
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_text_and_options(
&self,
point: &DomPointInit,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Text
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_element_and_options(
&self,
point: &DomPointInit,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomPoint, DomPointInit, Element, Text
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
pub fn convert_point_from_node_with_document_and_options(
&self,
point: &DomPointInit,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomPoint, JsValue>
The convertPointFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomPoint, DomPointInit, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: DomQuad, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: DomQuad, Element, Text
The convertQuadFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, Text
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_text_and_options(
&self,
quad: &DomQuad,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Text
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_element_and_options(
&self,
quad: &DomQuad,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, Element, Text
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_quad_from_node_with_document_and_options(
&self,
quad: &DomQuad,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertQuadFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, Text
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text(
&self,
rect: &DomRectReadOnly,
from: &Text
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Text
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element(
&self,
rect: &DomRectReadOnly,
from: &Element
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: DomQuad, DomRectReadOnly, Element, Text
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document(
&self,
rect: &DomRectReadOnly,
from: &Document
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: Document, DomQuad, DomRectReadOnly, Text
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_text_and_options(
&self,
rect: &DomRectReadOnly,
from: &Text,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Text
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_element_and_options(
&self,
rect: &DomRectReadOnly,
from: &Element,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, DomQuad, DomRectReadOnly, Element, Text
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
pub fn convert_rect_from_node_with_document_and_options(
&self,
rect: &DomRectReadOnly,
from: &Document,
options: &ConvertCoordinateOptions
) -> Result<DomQuad, JsValue>
The convertRectFromNode() method.
This API requires the following crate features to be activated: ConvertCoordinateOptions, Document, DomQuad, DomRectReadOnly, Text
The getBoxQuads() method.
This API requires the following crate features to be activated: Text
The getBoxQuads() method.
This API requires the following crate features to be activated: BoxQuadOptions, Text
Methods from Deref<Target = CharacterData>
Getter for the data field of this object.
This API requires the following crate features to be activated: CharacterData
Setter for the data field of this object.
This API requires the following crate features to be activated: CharacterData
Getter for the length field of this object.
This API requires the following crate features to be activated: CharacterData
Getter for the previousElementSibling field of this object.
This API requires the following crate features to be activated: CharacterData, Element
Getter for the nextElementSibling field of this object.
This API requires the following crate features to be activated: CharacterData, Element
The appendData() method.
This API requires the following crate features to be activated: CharacterData
The deleteData() method.
This API requires the following crate features to be activated: CharacterData
The insertData() method.
This API requires the following crate features to be activated: CharacterData
The replaceData() method.
This API requires the following crate features to be activated: CharacterData
The substringData() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The after() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The before() method.
This API requires the following crate features to be activated: CharacterData
The remove() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
The replaceWith() method.
This API requires the following crate features to be activated: CharacterData
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = CharacterData
type Target = CharacterData
The resulting type after dereferencing.
Dereferences the value.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
Test whether this JS value has a type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a zero-cost unchecked cast into the specified type. Read more
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Test whether this JS value is an instance of the type T. Read more
Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<Text>
type Anchor = ManuallyDrop<Text>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
Recover a Self::Anchor from Self::Abi. Read more
Auto Trait Implementations
impl RefUnwindSafe for Text
impl UnwindSafe for Text
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more