[−][src]Struct web_sys::SvgTextPathElement
The SvgTextPathElement class.
This API requires the following crate features to be activated: SvgTextPathElement
Implementations
impl SvgTextPathElement[src]
pub fn start_offset(&self) -> SvgAnimatedLength[src]
Getter for the startOffset field of this object.
This API requires the following crate features to be activated: SvgAnimatedLength, SvgTextPathElement
impl SvgTextPathElement[src]
pub fn method(&self) -> SvgAnimatedEnumeration[src]
Getter for the method field of this object.
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgTextPathElement
impl SvgTextPathElement[src]
pub fn spacing(&self) -> SvgAnimatedEnumeration[src]
Getter for the spacing field of this object.
This API requires the following crate features to be activated: SvgAnimatedEnumeration, SvgTextPathElement
impl SvgTextPathElement[src]
pub fn href(&self) -> SvgAnimatedString[src]
Getter for the href field of this object.
This API requires the following crate features to be activated: SvgAnimatedString, SvgTextPathElement
impl SvgTextPathElement[src]
pub const TEXTPATH_METHODTYPE_UNKNOWN: u16[src]
The SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN const.
This API requires the following crate features to be activated: SvgTextPathElement
pub const TEXTPATH_METHODTYPE_ALIGN: u16[src]
The SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN const.
This API requires the following crate features to be activated: SvgTextPathElement
pub const TEXTPATH_METHODTYPE_STRETCH: u16[src]
The SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH const.
This API requires the following crate features to be activated: SvgTextPathElement
pub const TEXTPATH_SPACINGTYPE_UNKNOWN: u16[src]
The SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN const.
This API requires the following crate features to be activated: SvgTextPathElement
pub const TEXTPATH_SPACINGTYPE_AUTO: u16[src]
The SVGTextPathElement.TEXTPATH_SPACINGTYPE_AUTO const.
This API requires the following crate features to be activated: SvgTextPathElement
pub const TEXTPATH_SPACINGTYPE_EXACT: u16[src]
The SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT const.
This API requires the following crate features to be activated: SvgTextPathElement
Methods from Deref<Target = SvgTextContentElement>
pub fn text_length(&self) -> SvgAnimatedLength[src]
Getter for the textLength field of this object.
This API requires the following crate features to be activated: SvgAnimatedLength, SvgTextContentElement
pub fn length_adjust(&self) -> SvgAnimatedEnumeration[src]
Getter for the lengthAdjust field of this object.
This API requires the following crate features to be activated: SvgAnimatedEnumeration, 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(
&self,
charnum: u32
) -> Result<SvgPoint, JsValue>[src]
&self,
charnum: u32
) -> Result<SvgPoint, JsValue>
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(
&self,
charnum: u32
) -> Result<SvgPoint, JsValue>[src]
&self,
charnum: u32
) -> Result<SvgPoint, JsValue>
The getStartPositionOfChar() method.
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]
&self,
charnum: u32,
nchars: u32
) -> Result<f32, JsValue>
The getSubStringLength() method.
This API requires the following crate features to be activated: SvgTextContentElement
pub fn select_sub_string(
&self,
charnum: u32,
nchars: u32
) -> Result<(), JsValue>[src]
&self,
charnum: u32,
nchars: u32
) -> Result<(), JsValue>
The selectSubString() method.
This API requires the following crate features to be activated: SvgTextContentElement
pub const LENGTHADJUST_UNKNOWN: u16[src]
pub const LENGTHADJUST_SPACING: u16[src]
pub const LENGTHADJUST_SPACINGANDGLYPHS: u16[src]
Trait Implementations
impl AsRef<Element> for SvgTextPathElement[src]
impl AsRef<EventTarget> for SvgTextPathElement[src]
fn as_ref(&self) -> &EventTarget[src]
impl AsRef<JsValue> for SvgTextPathElement[src]
impl AsRef<Node> for SvgTextPathElement[src]
impl AsRef<Object> for SvgTextPathElement[src]
impl AsRef<SvgElement> for SvgTextPathElement[src]
fn as_ref(&self) -> &SvgElement[src]
impl AsRef<SvgGraphicsElement> for SvgTextPathElement[src]
fn as_ref(&self) -> &SvgGraphicsElement[src]
impl AsRef<SvgTextContentElement> for SvgTextPathElement[src]
fn as_ref(&self) -> &SvgTextContentElement[src]
impl AsRef<SvgTextPathElement> for SvgTextPathElement[src]
fn as_ref(&self) -> &SvgTextPathElement[src]
impl Clone for SvgTextPathElement[src]
fn clone(&self) -> SvgTextPathElement[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SvgTextPathElement[src]
impl Deref for SvgTextPathElement[src]
type Target = SvgTextContentElement
The resulting type after dereferencing.
fn deref(&self) -> &SvgTextContentElement[src]
impl Eq for SvgTextPathElement[src]
impl From<JsValue> for SvgTextPathElement[src]
fn from(obj: JsValue) -> SvgTextPathElement[src]
impl From<SvgTextPathElement> for JsValue[src]
fn from(obj: SvgTextPathElement) -> JsValue[src]
impl From<SvgTextPathElement> for SvgTextContentElement[src]
fn from(obj: SvgTextPathElement) -> SvgTextContentElement[src]
impl From<SvgTextPathElement> for SvgGraphicsElement[src]
fn from(obj: SvgTextPathElement) -> SvgGraphicsElement[src]
impl From<SvgTextPathElement> for SvgElement[src]
fn from(obj: SvgTextPathElement) -> SvgElement[src]
impl From<SvgTextPathElement> for Element[src]
fn from(obj: SvgTextPathElement) -> Element[src]
impl From<SvgTextPathElement> for Node[src]
fn from(obj: SvgTextPathElement) -> Node[src]
impl From<SvgTextPathElement> for EventTarget[src]
fn from(obj: SvgTextPathElement) -> EventTarget[src]
impl From<SvgTextPathElement> for Object[src]
fn from(obj: SvgTextPathElement) -> Object[src]
impl FromWasmAbi for SvgTextPathElement[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
unsafe fn from_abi(js: Self::Abi) -> Self[src]
impl IntoWasmAbi for SvgTextPathElement[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a SvgTextPathElement[src]
type 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) -> Self::Abi[src]
impl JsCast for SvgTextPathElement[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
fn is_type_of(val: &JsValue) -> bool[src]
impl OptionFromWasmAbi for SvgTextPathElement[src]
impl OptionIntoWasmAbi for SvgTextPathElement[src]
impl<'a> OptionIntoWasmAbi for &'a SvgTextPathElement[src]
impl PartialEq<SvgTextPathElement> for SvgTextPathElement[src]
fn eq(&self, other: &SvgTextPathElement) -> bool[src]
fn ne(&self, other: &SvgTextPathElement) -> bool[src]
impl RefFromWasmAbi for SvgTextPathElement[src]
type 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) -> Self::Anchor[src]
impl StructuralEq for SvgTextPathElement[src]
impl StructuralPartialEq for SvgTextPathElement[src]
impl WasmDescribe for SvgTextPathElement[src]
Auto Trait Implementations
impl RefUnwindSafe for SvgTextPathElement
impl !Send for SvgTextPathElement
impl !Sync for SvgTextPathElement
impl Unpin for SvgTextPathElement
impl UnwindSafe for SvgTextPathElement
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,