Uses of Class
org.docx4j.wml.CTPixelsMeasure
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTPixelsMeasure in org.docx4j.wml
Fields in org.docx4j.wml declared as CTPixelsMeasure Modifier and Type Field Description protected CTPixelsMeasureCTFrame. marHprotected CTPixelsMeasureCTFrame. marWMethods in org.docx4j.wml that return CTPixelsMeasure Modifier and Type Method Description CTPixelsMeasureObjectFactory. createCTPixelsMeasure()Create an instance ofCTPixelsMeasureCTPixelsMeasureCTFrame. getMarH()Gets the value of the marH property.CTPixelsMeasureCTFrame. getMarW()Gets the value of the marW property.Methods in org.docx4j.wml with parameters of type CTPixelsMeasure Modifier and Type Method Description voidCTFrame. setMarH(CTPixelsMeasure value)Sets the value of the marH property.voidCTFrame. setMarW(CTPixelsMeasure value)Sets the value of the marW property.