Uses of Class
org.docx4j.wml.CTSignedTwipsMeasure
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTSignedTwipsMeasure in org.docx4j.wml
Fields in org.docx4j.wml declared as CTSignedTwipsMeasure Modifier and Type Field Description protected CTSignedTwipsMeasureCTDiv. marBottomprotected CTSignedTwipsMeasureCTDiv. marLeftprotected CTSignedTwipsMeasureCTDiv. marRightprotected CTSignedTwipsMeasureCTDiv. marTopprotected CTSignedTwipsMeasureRPrAbstract. spacingMethods in org.docx4j.wml that return CTSignedTwipsMeasure Modifier and Type Method Description CTSignedTwipsMeasureObjectFactory. createCTSignedTwipsMeasure()Create an instance ofCTSignedTwipsMeasureCTSignedTwipsMeasureCTDiv. getMarBottom()Gets the value of the marBottom property.CTSignedTwipsMeasureCTDiv. getMarLeft()Gets the value of the marLeft property.CTSignedTwipsMeasureCTDiv. getMarRight()Gets the value of the marRight property.CTSignedTwipsMeasureCTDiv. getMarTop()Gets the value of the marTop property.CTSignedTwipsMeasureRPrAbstract. getSpacing()Gets the value of the spacing property.Methods in org.docx4j.wml that return types with arguments of type CTSignedTwipsMeasure Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTSignedTwipsMeasure>ObjectFactory. createCTParaRPrOriginalSpacing(CTSignedTwipsMeasure value)jakarta.xml.bind.JAXBElement<CTSignedTwipsMeasure>ObjectFactory. createCTRPrChangeRPrSpacing(CTSignedTwipsMeasure value)Methods in org.docx4j.wml with parameters of type CTSignedTwipsMeasure Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTSignedTwipsMeasure>ObjectFactory. createCTParaRPrOriginalSpacing(CTSignedTwipsMeasure value)jakarta.xml.bind.JAXBElement<CTSignedTwipsMeasure>ObjectFactory. createCTRPrChangeRPrSpacing(CTSignedTwipsMeasure value)voidCTDiv. setMarBottom(CTSignedTwipsMeasure value)Sets the value of the marBottom property.voidCTDiv. setMarLeft(CTSignedTwipsMeasure value)Sets the value of the marLeft property.voidCTDiv. setMarRight(CTSignedTwipsMeasure value)Sets the value of the marRight property.voidCTDiv. setMarTop(CTSignedTwipsMeasure value)Sets the value of the marTop property.voidRPrAbstract. setSpacing(CTSignedTwipsMeasure value)Sets the value of the spacing property.