Uses of Class
org.docx4j.org.w3.x1998.math.mathML.QualifierType
| Package | Description |
|---|---|
| org.docx4j.org.w3.x1998.math.mathML |
-
Uses of QualifierType in org.docx4j.org.w3.x1998.math.mathML
Fields in org.docx4j.org.w3.x1998.math.mathML declared as QualifierType Modifier and Type Field Description protected QualifierTypeMathType. degreeprotected QualifierTypeQualifierType. degreeprotected QualifierTypeMathType. logbaseprotected QualifierTypeQualifierType. logbaseMethods in org.docx4j.org.w3.x1998.math.mathML that return QualifierType Modifier and Type Method Description QualifierTypeObjectFactory. createQualifierType()Create an instance ofQualifierTypeQualifierTypeMathType. getDegree()Gets the value of the degree property.QualifierTypeQualifierType. getDegree()Gets the value of the degree property.QualifierTypeMathType. getLogbase()Gets the value of the logbase property.QualifierTypeQualifierType. getLogbase()Gets the value of the logbase property.Methods in org.docx4j.org.w3.x1998.math.mathML that return types with arguments of type QualifierType Modifier and Type Method Description jakarta.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 QualifierType Modifier and Type Method Description jakarta.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.