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

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

The newest version!

package org.w3c.dom.mathml;


public interface MathMLFractionElement extends MathMLPresentationElement
{
    public String                 getLinethickness();
    public void                   setLinethickness(String linethickness);
    public MathMLElement          getNumerator();
    public void                   setNumerator(MathMLElement numerator);
    public MathMLElement          getDenominator();
    public void                   setDenominator(MathMLElement denominator);
};
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy