Class Fraction

java.lang.Object
com.independentsoft.office.word.math.Fraction
All Implemented Interfaces:
IContentElement, IRunTrackChangeContent, IMathElement, IMathMathElement

public class Fraction extends Object implements IMathMathElement
The Class Fraction.
  • Constructor Details

    • Fraction

      public Fraction()
      Instantiates a new fraction.
    • Fraction

      public Fraction(Numerator numerator, Denominator denominator)
      Instantiates a new fraction.
      Parameters:
      numerator - the numerator
      denominator - the denominator
    • Fraction

      public Fraction(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new fraction.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details