Uses of Class
org.docx4j.math.CTTwipsMeasure
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of CTTwipsMeasure in org.docx4j.math
Fields in org.docx4j.math declared as CTTwipsMeasure Modifier and Type Field Description protected CTTwipsMeasureCTMathPr. interSpprotected CTTwipsMeasureCTMathPr. intraSpprotected CTTwipsMeasureCTMathPr. lMarginprotected CTTwipsMeasureCTMathPr. postSpprotected CTTwipsMeasureCTMathPr. preSpprotected CTTwipsMeasureCTMathPr. rMarginprotected CTTwipsMeasureCTMathPr. wrapIndentMethods in org.docx4j.math that return CTTwipsMeasure Modifier and Type Method Description CTTwipsMeasureObjectFactory. createCTTwipsMeasure()Create an instance ofCTTwipsMeasureCTTwipsMeasureCTMathPr. getInterSp()Gets the value of the interSp property.CTTwipsMeasureCTMathPr. getIntraSp()Gets the value of the intraSp property.CTTwipsMeasureCTMathPr. getLMargin()Gets the value of the lMargin property.CTTwipsMeasureCTMathPr. getPostSp()Gets the value of the postSp property.CTTwipsMeasureCTMathPr. getPreSp()Gets the value of the preSp property.CTTwipsMeasureCTMathPr. getRMargin()Gets the value of the rMargin property.CTTwipsMeasureCTMathPr. getWrapIndent()Gets the value of the wrapIndent property.Methods in org.docx4j.math with parameters of type CTTwipsMeasure Modifier and Type Method Description voidCTMathPr. 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.