Uses of Class
org.docx4j.wml.CTTwipsMeasure
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTTwipsMeasure in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTwipsMeasure Modifier and Type Field Description protected CTTwipsMeasureCTSettings. defaultTabStopprotected CTTwipsMeasureCTSettings. drawingGridHorizontalOriginprotected CTTwipsMeasureCTSettings. drawingGridHorizontalSpacingprotected CTTwipsMeasureCTSettings. drawingGridVerticalOriginprotected CTTwipsMeasureCTSettings. drawingGridVerticalSpacingprotected CTTwipsMeasureCTSettings. hyphenationZoneprotected CTTwipsMeasureCTFramesetSplitbar. wMethods in org.docx4j.wml that return CTTwipsMeasure Modifier and Type Method Description CTTwipsMeasureObjectFactory. createCTTwipsMeasure()Create an instance ofCTTwipsMeasureCTTwipsMeasureCTSettings. getDefaultTabStop()Gets the value of the defaultTabStop property.CTTwipsMeasureCTSettings. getDrawingGridHorizontalOrigin()Gets the value of the drawingGridHorizontalOrigin property.CTTwipsMeasureCTSettings. getDrawingGridHorizontalSpacing()Gets the value of the drawingGridHorizontalSpacing property.CTTwipsMeasureCTSettings. getDrawingGridVerticalOrigin()Gets the value of the drawingGridVerticalOrigin property.CTTwipsMeasureCTSettings. getDrawingGridVerticalSpacing()Gets the value of the drawingGridVerticalSpacing property.CTTwipsMeasureCTSettings. getHyphenationZone()Gets the value of the hyphenationZone property.CTTwipsMeasureCTFramesetSplitbar. getW()Gets the value of the w property.Methods in org.docx4j.wml with parameters of type CTTwipsMeasure Modifier and Type Method Description voidCTSettings. 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.