[][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<SvgTextPositioningElement> for SvgtSpanElement
[src]

impl AsRef<SvgTextPositioningElement> for SvgTextElement
[src]

impl AsRef<JsValue> for SvgTextPositioningElement
[src]

impl AsRef<SvgTextContentElement> for SvgTextPositioningElement
[src]

impl AsRef<SvgGraphicsElement> for SvgTextPositioningElement
[src]

impl AsRef<SvgElement> for SvgTextPositioningElement
[src]

impl AsRef<Element> for SvgTextPositioningElement
[src]

impl AsRef<Node> for SvgTextPositioningElement
[src]

impl AsRef<EventTarget> for SvgTextPositioningElement
[src]

impl AsRef<Object> for SvgTextPositioningElement
[src]

impl Clone for SvgTextPositioningElement
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<SvgtSpanElement> for SvgTextPositioningElement
[src]

impl From<SvgTextElement> for SvgTextPositioningElement
[src]

impl From<JsValue> 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 Debug for SvgTextPositioningElement
[src]

impl Deref for SvgTextPositioningElement
[src]

type Target = SvgTextContentElement

The resulting type after dereferencing.

impl WasmDescribe for SvgTextPositioningElement
[src]

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 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 OptionFromWasmAbi 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 OptionIntoWasmAbi for SvgTextPositioningElement
[src]

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

impl JsCast for SvgTextPositioningElement
[src]

fn is_instance_of<T>(&self) -> bool where
    T: JsCast
[src]

Test whether this JS value is an instance of the type T. Read more

fn dyn_into<T>(self) -> Result<T, Self> where
    T: JsCast
[src]

Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more

fn dyn_ref<T>(&self) -> Option<&T> where
    T: JsCast
[src]

Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more

fn unchecked_into<T>(self) -> T where
    T: JsCast
[src]

Performs a zero-cost unchecked cast into the specified type. Read more

fn unchecked_ref<T>(&self) -> &T where
    T: JsCast
[src]

Performs a zero-cost unchecked cast into a reference to the specified type. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi