[−][src]Struct web_sys::SvgTextPathElement
The SVGTextPathElement object
This API requires the following crate features to be activated: SvgTextPathElement
Methods
impl SvgTextPathElement[src]
impl SvgTextPathElementpub fn start_offset(&self) -> SvgAnimatedLength | [src] |
The startOffset getter
This API requires the following crate features to be activated: SvgAnimatedLength, SvgTextPathElement
impl SvgTextPathElement[src]
impl SvgTextPathElementpub fn method(&self) -> SvgAnimatedEnumeration | [src] |
The method getter
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgTextPathElement
impl SvgTextPathElement[src]
impl SvgTextPathElementpub fn spacing(&self) -> SvgAnimatedEnumeration | [src] |
The spacing getter
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgTextPathElement
impl SvgTextPathElement[src]
impl SvgTextPathElementpub fn href(&self) -> SvgAnimatedString | [src] |
The href getter
This API requires the following crate features to be activated: SvgAnimatedString, SvgTextPathElement
impl SvgTextPathElement[src]
impl SvgTextPathElementpub const TEXTPATH_METHODTYPE_UNKNOWN: u16[src]
impl SvgTextPathElement[src]
impl SvgTextPathElementpub const TEXTPATH_METHODTYPE_ALIGN: u16[src]
impl SvgTextPathElement[src]
impl SvgTextPathElementpub const TEXTPATH_METHODTYPE_STRETCH: u16[src]
impl SvgTextPathElement[src]
impl SvgTextPathElementpub const TEXTPATH_SPACINGTYPE_UNKNOWN: u16[src]
impl SvgTextPathElement[src]
impl SvgTextPathElementpub const TEXTPATH_SPACINGTYPE_AUTO: u16[src]
impl SvgTextPathElement[src]
impl SvgTextPathElementpub const TEXTPATH_SPACINGTYPE_EXACT: u16[src]
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<JsValue> for SvgTextPathElement[src]
impl From<JsValue> for SvgTextPathElementfn from(obj: JsValue) -> SvgTextPathElement | [src] |
impl From<SvgTextPathElement> for JsValue[src]
impl From<SvgTextPathElement> for JsValuefn from(obj: SvgTextPathElement) -> JsValue | [src] |
impl From<SvgTextPathElement> for SvgTextContentElement[src]
impl From<SvgTextPathElement> for SvgTextContentElementfn from(obj: SvgTextPathElement) -> SvgTextContentElement | [src] |
impl From<SvgTextPathElement> for SvgGraphicsElement[src]
impl From<SvgTextPathElement> for SvgGraphicsElementfn from(obj: SvgTextPathElement) -> SvgGraphicsElement | [src] |
impl From<SvgTextPathElement> for SvgElement[src]
impl From<SvgTextPathElement> for SvgElementfn from(obj: SvgTextPathElement) -> SvgElement | [src] |
impl From<SvgTextPathElement> for Element[src]
impl From<SvgTextPathElement> for Elementfn from(obj: SvgTextPathElement) -> Element | [src] |
impl From<SvgTextPathElement> for Node[src]
impl From<SvgTextPathElement> for Nodefn from(obj: SvgTextPathElement) -> Node | [src] |
impl From<SvgTextPathElement> for EventTarget[src]
impl From<SvgTextPathElement> for EventTargetfn from(obj: SvgTextPathElement) -> EventTarget | [src] |
impl From<SvgTextPathElement> for Object[src]
impl From<SvgTextPathElement> for Objectfn from(obj: SvgTextPathElement) -> Object | [src] |
impl AsRef<JsValue> for SvgTextPathElement[src]
impl AsRef<JsValue> for SvgTextPathElementimpl AsRef<SvgTextContentElement> for SvgTextPathElement[src]
impl AsRef<SvgTextContentElement> for SvgTextPathElementfn as_ref(&self) -> &SvgTextContentElement | [src] |
impl AsRef<SvgGraphicsElement> for SvgTextPathElement[src]
impl AsRef<SvgGraphicsElement> for SvgTextPathElementfn as_ref(&self) -> &SvgGraphicsElement | [src] |
impl AsRef<SvgElement> for SvgTextPathElement[src]
impl AsRef<SvgElement> for SvgTextPathElementfn as_ref(&self) -> &SvgElement | [src] |
impl AsRef<Element> for SvgTextPathElement[src]
impl AsRef<Element> for SvgTextPathElementimpl AsRef<Node> for SvgTextPathElement[src]
impl AsRef<Node> for SvgTextPathElementimpl AsRef<EventTarget> for SvgTextPathElement[src]
impl AsRef<EventTarget> for SvgTextPathElementfn as_ref(&self) -> &EventTarget | [src] |
impl AsRef<Object> for SvgTextPathElement[src]
impl AsRef<Object> for SvgTextPathElementimpl Clone for SvgTextPathElement[src]
impl Clone for SvgTextPathElementfn clone(&self) -> SvgTextPathElement | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for SvgTextPathElement[src]
impl Debug for SvgTextPathElementimpl Deref for SvgTextPathElement[src]
impl Deref for SvgTextPathElementtype Target = SvgTextContentElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgTextContentElement | [src] |
impl JsCast for SvgTextPathElement[src]
impl JsCast for SvgTextPathElementfn 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 SvgTextPathElement[src]
impl WasmDescribe for SvgTextPathElementimpl FromWasmAbi for SvgTextPathElement[src]
impl FromWasmAbi for SvgTextPathElementtype 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 SvgTextPathElement[src]
impl IntoWasmAbi for SvgTextPathElementtype 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 SvgTextPathElement[src]
impl<'a> IntoWasmAbi for &'a SvgTextPathElementtype 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 SvgTextPathElement[src]
impl RefFromWasmAbi for SvgTextPathElementtype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<SvgTextPathElement>
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 SvgTextPathElement[src]
impl OptionFromWasmAbi for SvgTextPathElementimpl OptionIntoWasmAbi for SvgTextPathElement[src]
impl OptionIntoWasmAbi for SvgTextPathElementimpl<'a> OptionIntoWasmAbi for &'a SvgTextPathElement[src]
impl<'a> OptionIntoWasmAbi for &'a SvgTextPathElementAuto Trait Implementations
impl !Send for SvgTextPathElement
impl !Send for SvgTextPathElementimpl !Sync for SvgTextPathElement
impl !Sync for SvgTextPathElementBlanket 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] |