Uses of Class
org.docx4j.wml.CTSignedTwipsMeasure
Packages that use CTSignedTwipsMeasure
-
Uses of CTSignedTwipsMeasure in org.docx4j.model.properties.run
Constructors in org.docx4j.model.properties.run with parameters of type CTSignedTwipsMeasure -
Uses of CTSignedTwipsMeasure in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTSignedTwipsMeasureModifier and TypeMethodDescriptionstatic CTSignedTwipsMeasureStyleUtil.apply(CTSignedTwipsMeasure source, CTSignedTwipsMeasure destination) Methods in org.docx4j.model.styles with parameters of type CTSignedTwipsMeasureModifier and TypeMethodDescriptionstatic CTSignedTwipsMeasureStyleUtil.apply(CTSignedTwipsMeasure source, CTSignedTwipsMeasure destination) static booleanStyleUtil.areEqual(CTSignedTwipsMeasure measure1, CTSignedTwipsMeasure measure2) static booleanStyleUtil.isEmpty(CTSignedTwipsMeasure measure) -
Uses of CTSignedTwipsMeasure in org.docx4j.wml
Fields in org.docx4j.wml declared as CTSignedTwipsMeasureModifier and TypeFieldDescriptionprotected CTSignedTwipsMeasureCTDiv.marBottomprotected CTSignedTwipsMeasureCTDiv.marLeftprotected CTSignedTwipsMeasureCTDiv.marRightprotected CTSignedTwipsMeasureCTDiv.marTopprotected CTSignedTwipsMeasureRPrAbstract.spacingMethods in org.docx4j.wml that return CTSignedTwipsMeasureModifier and TypeMethodDescriptionObjectFactory.createCTSignedTwipsMeasure()Create an instance ofCTSignedTwipsMeasureCTDiv.getMarBottom()Gets the value of the marBottom property.CTDiv.getMarLeft()Gets the value of the marLeft property.CTDiv.getMarRight()Gets the value of the marRight property.CTDiv.getMarTop()Gets the value of the marTop property.RPrAbstract.getSpacing()Gets the value of the spacing property.Methods in org.docx4j.wml that return types with arguments of type CTSignedTwipsMeasureModifier and TypeMethodDescriptionjakarta.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 CTSignedTwipsMeasureModifier and TypeMethodDescriptionjakarta.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.