Uses of Class
org.docx4j.wml.CTTwipsMeasure
Packages that use CTTwipsMeasure
-
Uses of CTTwipsMeasure in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTwipsMeasureModifier and TypeFieldDescriptionprotected CTTwipsMeasureCTSettings.defaultTabStopprotected CTTwipsMeasureCTSettings.drawingGridHorizontalOriginprotected CTTwipsMeasureCTSettings.drawingGridHorizontalSpacingprotected CTTwipsMeasureCTSettings.drawingGridVerticalOriginprotected CTTwipsMeasureCTSettings.drawingGridVerticalSpacingprotected CTTwipsMeasureCTSettings.hyphenationZoneprotected CTTwipsMeasureCTFramesetSplitbar.wMethods in org.docx4j.wml that return CTTwipsMeasureModifier and TypeMethodDescriptionObjectFactory.createCTTwipsMeasure()Create an instance ofCTTwipsMeasureCTSettings.getDefaultTabStop()Gets the value of the defaultTabStop property.CTSettings.getDrawingGridHorizontalOrigin()Gets the value of the drawingGridHorizontalOrigin property.CTSettings.getDrawingGridHorizontalSpacing()Gets the value of the drawingGridHorizontalSpacing property.CTSettings.getDrawingGridVerticalOrigin()Gets the value of the drawingGridVerticalOrigin property.CTSettings.getDrawingGridVerticalSpacing()Gets the value of the drawingGridVerticalSpacing property.CTSettings.getHyphenationZone()Gets the value of the hyphenationZone property.CTFramesetSplitbar.getW()Gets the value of the w property.Methods in org.docx4j.wml with parameters of type CTTwipsMeasureModifier and TypeMethodDescriptionvoidCTSettings.setDefaultTabStop(CTTwipsMeasure value) Sets the value of the defaultTabStop property.voidCTSettings.setDrawingGridHorizontalOrigin(CTTwipsMeasure value) Sets the value of the drawingGridHorizontalOrigin property.voidCTSettings.setDrawingGridHorizontalSpacing(CTTwipsMeasure value) Sets the value of the drawingGridHorizontalSpacing property.voidCTSettings.setDrawingGridVerticalOrigin(CTTwipsMeasure value) Sets the value of the drawingGridVerticalOrigin property.voidCTSettings.setDrawingGridVerticalSpacing(CTTwipsMeasure value) Sets the value of the drawingGridVerticalSpacing property.voidCTSettings.setHyphenationZone(CTTwipsMeasure value) Sets the value of the hyphenationZone property.voidCTFramesetSplitbar.setW(CTTwipsMeasure value) Sets the value of the w property.