Uses of Class
org.docx4j.org.w3.x1998.math.mathML.ConstantType
| Package | Description |
|---|---|
| org.docx4j.org.w3.x1998.math.mathML |
-
Uses of ConstantType in org.docx4j.org.w3.x1998.math.mathML
Fields in org.docx4j.org.w3.x1998.math.mathML declared as ConstantType Modifier and Type Field Description protected ConstantTypeApplyType. _falseprotected ConstantTypeMathType. _falseprotected ConstantTypeQualifierType. _falseprotected ConstantTypeApplyType. _trueprotected ConstantTypeMathType. _trueprotected ConstantTypeQualifierType. _trueprotected ConstantTypeApplyType. exponentialeprotected ConstantTypeMathType. exponentialeprotected ConstantTypeQualifierType. exponentialeprotected ConstantTypeApplyType. piprotected ConstantTypeMathType. piprotected ConstantTypeQualifierType. piMethods in org.docx4j.org.w3.x1998.math.mathML that return ConstantType Modifier and Type Method Description ConstantTypeObjectFactory. createConstantType()Create an instance ofConstantTypeConstantTypeApplyType. getExponentiale()Gets the value of the exponentiale property.ConstantTypeMathType. getExponentiale()Gets the value of the exponentiale property.ConstantTypeQualifierType. getExponentiale()Gets the value of the exponentiale property.ConstantTypeApplyType. getFalse()Gets the value of the false property.ConstantTypeMathType. getFalse()Gets the value of the false property.ConstantTypeQualifierType. getFalse()Gets the value of the false property.ConstantTypeApplyType. getPi()Gets the value of the pi property.ConstantTypeMathType. getPi()Gets the value of the pi property.ConstantTypeQualifierType. getPi()Gets the value of the pi property.ConstantTypeApplyType. getTrue()Gets the value of the true property.ConstantTypeMathType. getTrue()Gets the value of the true property.ConstantTypeQualifierType. getTrue()Gets the value of the true property.Methods in org.docx4j.org.w3.x1998.math.mathML that return types with arguments of type ConstantType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createExponentiale(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createFalse(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createPi(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createTrue(ConstantType value)Methods in org.docx4j.org.w3.x1998.math.mathML with parameters of type ConstantType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createExponentiale(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createFalse(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createPi(ConstantType value)jakarta.xml.bind.JAXBElement<ConstantType>ObjectFactory. createTrue(ConstantType value)voidApplyType. setExponentiale(ConstantType value)Sets the value of the exponentiale property.voidMathType. setExponentiale(ConstantType value)Sets the value of the exponentiale property.voidQualifierType. setExponentiale(ConstantType value)Sets the value of the exponentiale property.voidApplyType. setFalse(ConstantType value)Sets the value of the false property.voidMathType. setFalse(ConstantType value)Sets the value of the false property.voidQualifierType. setFalse(ConstantType value)Sets the value of the false property.voidApplyType. setPi(ConstantType value)Sets the value of the pi property.voidMathType. setPi(ConstantType value)Sets the value of the pi property.voidQualifierType. setPi(ConstantType value)Sets the value of the pi property.voidApplyType. setTrue(ConstantType value)Sets the value of the true property.voidMathType. setTrue(ConstantType value)Sets the value of the true property.voidQualifierType. setTrue(ConstantType value)Sets the value of the true property.