All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.dom.mathml.MathMLGlyphElement Maven / Gradle / Ivy

The newest version!

package org.w3c.dom.mathml;


public interface MathMLGlyphElement extends MathMLPresentationElement
{
    public String                 getAlt();
    public void                   setAlt(String alt);
    public String                 getFontfamily();
    public void                   setFontfamily(String fontfamily);
    public int                    getIndex();
    public void                   setIndex(int index);
};
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy