Uses of Class
org.docx4j.org.w3.x1998.math.mathML.QualifierType
Packages that use QualifierType
-
Uses of QualifierType in org.docx4j.org.w3.x1998.math.mathML
Fields in org.docx4j.org.w3.x1998.math.mathML declared as QualifierTypeModifier and TypeFieldDescriptionprotected QualifierTypeMathType.degreeprotected QualifierTypeQualifierType.degreeprotected QualifierTypeMathType.logbaseprotected QualifierTypeQualifierType.logbaseMethods in org.docx4j.org.w3.x1998.math.mathML that return QualifierTypeModifier and TypeMethodDescriptionObjectFactory.createQualifierType()Create an instance ofQualifierTypeMathType.getDegree()Gets the value of the degree property.QualifierType.getDegree()Gets the value of the degree property.MathType.getLogbase()Gets the value of the logbase property.QualifierType.getLogbase()Gets the value of the logbase property.Methods in org.docx4j.org.w3.x1998.math.mathML that return types with arguments of type QualifierTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<QualifierType>ObjectFactory.createDegree(QualifierType value) jakarta.xml.bind.JAXBElement<QualifierType>ObjectFactory.createLogbase(QualifierType value) Methods in org.docx4j.org.w3.x1998.math.mathML with parameters of type QualifierTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<QualifierType>ObjectFactory.createDegree(QualifierType value) jakarta.xml.bind.JAXBElement<QualifierType>ObjectFactory.createLogbase(QualifierType value) voidMathType.setDegree(QualifierType value) Sets the value of the degree property.voidQualifierType.setDegree(QualifierType value) Sets the value of the degree property.voidMathType.setLogbase(QualifierType value) Sets the value of the logbase property.voidQualifierType.setLogbase(QualifierType value) Sets the value of the logbase property.