[−][src]Struct web_sys::SvgTextPositioningElement
The SVGTextPositioningElement object
This API requires the following crate features to be activated: SvgTextPositioningElement
Methods
impl SvgTextPositioningElement[src]
impl SvgTextPositioningElementpub fn x(&self) -> SvgAnimatedLengthList | [src] |
The x getter
This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement
impl SvgTextPositioningElement[src]
impl SvgTextPositioningElementpub fn y(&self) -> SvgAnimatedLengthList | [src] |
The y getter
This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement
impl SvgTextPositioningElement[src]
impl SvgTextPositioningElementpub fn dx(&self) -> SvgAnimatedLengthList | [src] |
The dx getter
This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement
impl SvgTextPositioningElement[src]
impl SvgTextPositioningElementpub fn dy(&self) -> SvgAnimatedLengthList | [src] |
The dy getter
This API requires the following crate features to be activated: SvgAnimatedLengthList, SvgTextPositioningElement
impl SvgTextPositioningElement[src]
impl SvgTextPositioningElementpub fn rotate(&self) -> SvgAnimatedNumberList | [src] |
The rotate getter
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
This API requires the following crate features to be activated: SvgPoint, SvgTextContentElement
pub fn get_computed_text_length(&self) -> f32 | [src] |
The getComputedTextLength() method
This API requires the following crate features to be activated: SvgTextContentElement
pub fn get_end_position_of_char( | [src] |
The getEndPositionOfChar() method
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
This API requires the following crate features to be activated: SvgRect, SvgTextContentElement
pub fn get_number_of_chars(&self) -> i32 | [src] |
The getNumberOfChars() method
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
This API requires the following crate features to be activated: SvgTextContentElement
pub fn get_start_position_of_char( | [src] |
The getStartPositionOfChar() method
This API requires the following crate features to be activated: SvgPoint, SvgTextContentElement
pub fn get_sub_string_length( | [src] |
The getSubStringLength() method
This API requires the following crate features to be activated: SvgTextContentElement
pub fn select_sub_string( | [src] |
The selectSubString() method
This API requires the following crate features to be activated: SvgTextContentElement
pub fn text_length(&self) -> SvgAnimatedLength | [src] |
The textLength getter
This API requires the following crate features to be activated: SvgAnimatedLength, SvgTextContentElement
pub fn length_adjust(&self) -> SvgAnimatedEnumeration | [src] |
The lengthAdjust getter
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgTextContentElement
pub const LENGTHADJUST_UNKNOWN: u16[src]
pub const LENGTHADJUST_SPACING: u16[src]
pub const LENGTHADJUST_SPACINGANDGLYPHS: u16[src]
Trait Implementations
impl From<SvgtSpanElement> for SvgTextPositioningElement[src]
impl From<SvgtSpanElement> for SvgTextPositioningElementfn from(obj: SvgtSpanElement) -> SvgTextPositioningElement | [src] |
impl From<SvgTextElement> for SvgTextPositioningElement[src]
impl From<SvgTextElement> for SvgTextPositioningElementfn from(obj: SvgTextElement) -> SvgTextPositioningElement | [src] |
impl From<JsValue> for SvgTextPositioningElement[src]
impl From<JsValue> for SvgTextPositioningElementfn from(obj: JsValue) -> SvgTextPositioningElement | [src] |
impl From<SvgTextPositioningElement> for JsValue[src]
impl From<SvgTextPositioningElement> for JsValuefn from(obj: SvgTextPositioningElement) -> JsValue | [src] |
impl From<SvgTextPositioningElement> for SvgTextContentElement[src]
impl From<SvgTextPositioningElement> for SvgTextContentElementfn from(obj: SvgTextPositioningElement) -> SvgTextContentElement | [src] |
impl From<SvgTextPositioningElement> for SvgGraphicsElement[src]
impl From<SvgTextPositioningElement> for SvgGraphicsElementfn from(obj: SvgTextPositioningElement) -> SvgGraphicsElement | [src] |
impl From<SvgTextPositioningElement> for SvgElement[src]
impl From<SvgTextPositioningElement> for SvgElementfn from(obj: SvgTextPositioningElement) -> SvgElement | [src] |
impl From<SvgTextPositioningElement> for Element[src]
impl From<SvgTextPositioningElement> for Elementfn from(obj: SvgTextPositioningElement) -> Element | [src] |
impl From<SvgTextPositioningElement> for Node[src]
impl From<SvgTextPositioningElement> for Nodefn from(obj: SvgTextPositioningElement) -> Node | [src] |
impl From<SvgTextPositioningElement> for EventTarget[src]
impl From<SvgTextPositioningElement> for EventTargetfn from(obj: SvgTextPositioningElement) -> EventTarget | [src] |
impl From<SvgTextPositioningElement> for Object[src]
impl From<SvgTextPositioningElement> for Objectfn from(obj: SvgTextPositioningElement) -> Object | [src] |
impl AsRef<SvgTextPositioningElement> for SvgtSpanElement[src]
impl AsRef<SvgTextPositioningElement> for SvgtSpanElementfn as_ref(&self) -> &SvgTextPositioningElement | [src] |
impl AsRef<SvgTextPositioningElement> for SvgTextElement[src]
impl AsRef<SvgTextPositioningElement> for SvgTextElementfn as_ref(&self) -> &SvgTextPositioningElement | [src] |
impl AsRef<JsValue> for SvgTextPositioningElement[src]
impl AsRef<JsValue> for SvgTextPositioningElementimpl AsRef<SvgTextContentElement> for SvgTextPositioningElement[src]
impl AsRef<SvgTextContentElement> for SvgTextPositioningElementfn as_ref(&self) -> &SvgTextContentElement | [src] |
impl AsRef<SvgGraphicsElement> for SvgTextPositioningElement[src]
impl AsRef<SvgGraphicsElement> for SvgTextPositioningElementfn as_ref(&self) -> &SvgGraphicsElement | [src] |
impl AsRef<SvgElement> for SvgTextPositioningElement[src]
impl AsRef<SvgElement> for SvgTextPositioningElementfn as_ref(&self) -> &SvgElement | [src] |
impl AsRef<Element> for SvgTextPositioningElement[src]
impl AsRef<Element> for SvgTextPositioningElementimpl AsRef<Node> for SvgTextPositioningElement[src]
impl AsRef<Node> for SvgTextPositioningElementimpl AsRef<EventTarget> for SvgTextPositioningElement[src]
impl AsRef<EventTarget> for SvgTextPositioningElementfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for SvgTextPositioningElement[src]
impl AsRef<Object> for SvgTextPositioningElementimpl Clone for SvgTextPositioningElement[src]
impl Clone for SvgTextPositioningElementfn clone(&self) -> SvgTextPositioningElement | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for SvgTextPositioningElement[src]
impl Debug for SvgTextPositioningElementimpl Deref for SvgTextPositioningElement[src]
impl Deref for SvgTextPositioningElementtype Target = SvgTextContentElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgTextContentElement | [src] |
impl JsCast for SvgTextPositioningElement[src]
impl JsCast for SvgTextPositioningElementfn instanceof(val: &JsValue) -> bool | [src] |
fn unchecked_from_js(val: JsValue) -> Self | [src] |
fn unchecked_from_js_ref(val: &JsValue) -> &Self | [src] |
fn is_instance_of<T>(&self) -> bool where | [src] |
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where | [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 | [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 | [src] |
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where | [src] |
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
impl WasmDescribe for SvgTextPositioningElement[src]
impl WasmDescribe for SvgTextPositioningElementimpl FromWasmAbi for SvgTextPositioningElement[src]
impl FromWasmAbi for SvgTextPositioningElementtype Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for SvgTextPositioningElement[src]
impl IntoWasmAbi for SvgTextPositioningElementtype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl<'a> IntoWasmAbi for &'a SvgTextPositioningElement[src]
impl<'a> IntoWasmAbi for &'a SvgTextPositioningElementtype Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl RefFromWasmAbi for SvgTextPositioningElement[src]
impl RefFromWasmAbi for SvgTextPositioningElementtype 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
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor | [src] |
impl OptionFromWasmAbi for SvgTextPositioningElement[src]
impl OptionFromWasmAbi for SvgTextPositioningElementimpl OptionIntoWasmAbi for SvgTextPositioningElement[src]
impl OptionIntoWasmAbi for SvgTextPositioningElementimpl<'a> OptionIntoWasmAbi for &'a SvgTextPositioningElement[src]
impl<'a> OptionIntoWasmAbi for &'a SvgTextPositioningElementAuto Trait Implementations
impl !Send for SvgTextPositioningElement
impl !Send for SvgTextPositioningElementimpl !Sync for SvgTextPositioningElement
impl !Sync for SvgTextPositioningElementBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |