Interface SVGAltGlyphElement

All Superinterfaces:
Element, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SVGElement, SVGExternalResourcesRequired, SVGLangSpace, SVGStylable, SVGTests, SVGTextContentElement, SVGTextPositioningElement, SVGURIReference

public interface SVGAltGlyphElement extends SVGTextPositioningElement, SVGURIReference

SVGAltGlyphElement interface.

  • Method Details

    • getGlyphRef

      String getGlyphRef()

      getGlyphRef.

      Returns:
      a String object.
    • setGlyphRef

      void setGlyphRef(String glyphRef)

      setGlyphRef.

      Parameters:
      glyphRef - a String object.
      Throws:
      DOMException - if any.
    • getFormat

      String getFormat()

      getFormat.

      Returns:
      a String object.
    • setFormat

      void setFormat(String format)

      setFormat.

      Parameters:
      format - a String object.
      Throws:
      DOMException - if any.