[][src]Struct web_sys::SvgTextPositioningElement

#[repr(transparent)]
pub struct SvgTextPositioningElement { /* fields omitted */ }

The SVGTextPositioningElement object

MDN Documentation

This API requires the following crate features to be activated: SvgTextPositioningElement

Methods

impl SvgTextPositioningElement[src]

pub fn x(&self) -> SvgAnimatedLengthList[src]

The x getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

impl SvgTextPositioningElement[src]

pub fn y(&self) -> SvgAnimatedLengthList[src]

The y getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

impl SvgTextPositioningElement[src]

pub fn dx(&self) -> SvgAnimatedLengthList[src]

The dx getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

impl SvgTextPositioningElement[src]

pub fn dy(&self) -> SvgAnimatedLengthList[src]

The dy getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement

impl SvgTextPositioningElement[src]

pub fn rotate(&self) -> SvgAnimatedNumberList[src]

The rotate getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedNumberList, SvgTextPositioningElement

Methods from Deref<Target = SvgTextContentElement>

pub fn get_char_num_at_position(&self, point: &SvgPoint) -> i32[src]

The getCharNumAtPosition() method

MDN Documentation

This API requires the following crate features to be activated: SvgPoint, SvgTextContentElement

pub fn get_computed_text_length(&self) -> f32[src]

The getComputedTextLength() method

MDN Documentation

This API requires the following crate features to be activated: SvgTextContentElement

pub fn get_end_position_of_char(
    &self,
    charnum: u32
) -> Result<SvgPoint, JsValue>
[src]

The getEndPositionOfChar() method

MDN Documentation

This API requires the following crate features to be activated: SvgPoint, SvgTextContentElement

pub fn get_extent_of_char(&self, charnum: u32) -> Result<SvgRect, JsValue>[src]

The getExtentOfChar() method

MDN Documentation

This API requires the following crate features to be activated: SvgRect, SvgTextContentElement

pub fn get_number_of_chars(&self) -> i32[src]

The getNumberOfChars() method

MDN Documentation

This API requires the following crate features to be activated: SvgTextContentElement

pub fn get_rotation_of_char(&self, charnum: u32) -> Result<f32, JsValue>[src]

The getRotationOfChar() method

MDN Documentation

This API requires the following crate features to be activated: SvgTextContentElement

pub fn get_start_position_of_char(
    &self,
    charnum: u32
) -> Result<SvgPoint, JsValue>
[src]

The getStartPositionOfChar() method

MDN Documentation

This API requires the following crate features to be activated: SvgPoint, SvgTextContentElement

pub fn get_sub_string_length(
    &self,
    charnum: u32,
    nchars: u32
) -> Result<f32, JsValue>
[src]

The getSubStringLength() method

MDN Documentation

This API requires the following crate features to be activated: SvgTextContentElement

pub fn select_sub_string(
    &self,
    charnum: u32,
    nchars: u32
) -> Result<(), JsValue>
[src]

The selectSubString() method

MDN Documentation

This API requires the following crate features to be activated: SvgTextContentElement

pub fn text_length(&self) -> SvgAnimatedLength[src]

The textLength getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedLength, SvgTextContentElement

pub fn length_adjust(&self) -> SvgAnimatedEnumeration[src]

The lengthAdjust getter

MDN Documentation

This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgTextContentElement

Trait Implementations

impl AsRef<Element> for SvgTextPositioningElement[src]

impl AsRef<EventTarget> for SvgTextPositioningElement[src]

impl AsRef<JsValue> for SvgTextPositioningElement[src]

impl AsRef<Node> for SvgTextPositioningElement[src]

impl AsRef<Object> for SvgTextPositioningElement[src]

impl AsRef<SvgElement> for SvgTextPositioningElement[src]

impl AsRef<SvgGraphicsElement> for SvgTextPositioningElement[src]

impl AsRef<SvgTextContentElement> for SvgTextPositioningElement[src]

impl AsRef<SvgTextPositioningElement> for SvgtSpanElement[src]

impl AsRef<SvgTextPositioningElement> for SvgTextElement[src]

impl AsRef<SvgTextPositioningElement> for SvgTextPositioningElement[src]

impl Clone for SvgTextPositioningElement[src]

impl Debug for SvgTextPositioningElement[src]

impl Deref for SvgTextPositioningElement[src]

type Target = SvgTextContentElement

The resulting type after dereferencing.

impl Eq for SvgTextPositioningElement[src]

impl From<JsValue> for SvgTextPositioningElement[src]

impl From<SvgTextElement> for SvgTextPositioningElement[src]

impl From<SvgTextPositioningElement> for JsValue[src]

impl From<SvgTextPositioningElement> for SvgTextContentElement[src]

impl From<SvgTextPositioningElement> for SvgGraphicsElement[src]

impl From<SvgTextPositioningElement> for SvgElement[src]

impl From<SvgTextPositioningElement> for Element[src]

impl From<SvgTextPositioningElement> for Node[src]

impl From<SvgTextPositioningElement> for EventTarget[src]

impl From<SvgTextPositioningElement> for Object[src]

impl From<SvgtSpanElement> for SvgTextPositioningElement[src]

impl FromWasmAbi for SvgTextPositioningElement[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for SvgTextPositioningElement[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a SvgTextPositioningElement[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for SvgTextPositioningElement[src]

impl OptionFromWasmAbi for SvgTextPositioningElement[src]

impl OptionIntoWasmAbi for SvgTextPositioningElement[src]

impl<'a> OptionIntoWasmAbi for &'a SvgTextPositioningElement[src]

impl PartialEq<SvgTextPositioningElement> for SvgTextPositioningElement[src]

impl RefFromWasmAbi for SvgTextPositioningElement[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgTextPositioningElement>

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

impl StructuralEq for SvgTextPositioningElement[src]

impl StructuralPartialEq for SvgTextPositioningElement[src]

impl WasmDescribe for SvgTextPositioningElement[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.