Uses of Class
org.docx4j.math.CTLimLoc
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of CTLimLoc in org.docx4j.math
Fields in org.docx4j.math declared as CTLimLoc Modifier and Type Field Description protected CTLimLocCTMathPr. intLimprotected CTLimLocCTNaryPr. limLocprotected CTLimLocCTMathPr. naryLimMethods in org.docx4j.math that return CTLimLoc Modifier and Type Method Description CTLimLocObjectFactory. createCTLimLoc()Create an instance ofCTLimLocCTLimLocCTMathPr. getIntLim()Gets the value of the intLim property.CTLimLocCTNaryPr. getLimLoc()Gets the value of the limLoc property.CTLimLocCTMathPr. getNaryLim()Gets the value of the naryLim property.Methods in org.docx4j.math with parameters of type CTLimLoc Modifier and Type Method Description voidCTMathPr. setIntLim(CTLimLoc value)Sets the value of the intLim property.voidCTNaryPr. setLimLoc(CTLimLoc value)Sets the value of the limLoc property.voidCTMathPr. setNaryLim(CTLimLoc value)Sets the value of the naryLim property.