com.aspose.html.dom.svg

Class SVGTextPathElement

    • Field Detail

      • TEXTPATH_METHODTYPE_UNKNOWN

        @DOMNameAttribute(name="TEXTPATH_METHODTYPE_UNKNOWN")
        public static final int TEXTPATH_METHODTYPE_UNKNOWN

        The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

        See Also:
        Constant Field Values
      • TEXTPATH_SPACINGTYPE_UNKNOWN

        @DOMNameAttribute(name="TEXTPATH_SPACINGTYPE_UNKNOWN")
        public static final int TEXTPATH_SPACINGTYPE_UNKNOWN

        The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGTextPathElement

        public SVGTextPathElement(com.aspose.html.dom.DOMName name,
                                  Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getHref

        public SVGAnimatedString getHref()

        Corresponds to attribute ‘xlink:href’ on the given element.

        Value: The ‘xlink:href’ of the given element.
        Specified by:
        getHref in interface ISVGURIReference
      • getStartOffset

        @DOMNameAttribute(name="startOffset")
        public SVGAnimatedLength getStartOffset()

        Corresponds to attribute ‘startOffset’ on the given ‘textPath’ element.

        Value: The attribute ‘startOffset’ of the given ‘textPath’ element.
      • getMethod

        @DOMNameAttribute(name="method")
        public SVGAnimatedEnumeration getMethod()

        Corresponds to attribute ‘method’ on the given ‘textPath’ element.

        Value: The attribute ‘method’ of the given ‘textPath’ element.
      • getSpacing

        @DOMNameAttribute(name="spacing")
        public SVGAnimatedEnumeration getSpacing()

        Corresponds to attribute ‘spacing’ on the given ‘textPath’ element.

        Value: The attribute ‘spacing’ of the given ‘textPath’ element.