Uses of Class
org.docx4j.math.CTTwipsMeasure
Packages that use CTTwipsMeasure
-
Uses of CTTwipsMeasure in org.docx4j.math
Fields in org.docx4j.math declared as CTTwipsMeasureModifier and TypeFieldDescriptionprotected CTTwipsMeasureCTMathPr.interSpprotected CTTwipsMeasureCTMathPr.intraSpprotected CTTwipsMeasureCTMathPr.lMarginprotected CTTwipsMeasureCTMathPr.postSpprotected CTTwipsMeasureCTMathPr.preSpprotected CTTwipsMeasureCTMathPr.rMarginprotected CTTwipsMeasureCTMathPr.wrapIndentMethods in org.docx4j.math that return CTTwipsMeasureModifier and TypeMethodDescriptionObjectFactory.createCTTwipsMeasure()Create an instance ofCTTwipsMeasureCTMathPr.getInterSp()Gets the value of the interSp property.CTMathPr.getIntraSp()Gets the value of the intraSp property.CTMathPr.getLMargin()Gets the value of the lMargin property.CTMathPr.getPostSp()Gets the value of the postSp property.CTMathPr.getPreSp()Gets the value of the preSp property.CTMathPr.getRMargin()Gets the value of the rMargin property.CTMathPr.getWrapIndent()Gets the value of the wrapIndent property.Methods in org.docx4j.math with parameters of type CTTwipsMeasureModifier and TypeMethodDescriptionvoidCTMathPr.setInterSp(CTTwipsMeasure value) Sets the value of the interSp property.voidCTMathPr.setIntraSp(CTTwipsMeasure value) Sets the value of the intraSp property.voidCTMathPr.setLMargin(CTTwipsMeasure value) Sets the value of the lMargin property.voidCTMathPr.setPostSp(CTTwipsMeasure value) Sets the value of the postSp property.voidCTMathPr.setPreSp(CTTwipsMeasure value) Sets the value of the preSp property.voidCTMathPr.setRMargin(CTTwipsMeasure value) Sets the value of the rMargin property.voidCTMathPr.setWrapIndent(CTTwipsMeasure value) Sets the value of the wrapIndent property.