Uses of Class
org.docx4j.wml.CTPixelsMeasure
Packages that use CTPixelsMeasure
-
Uses of CTPixelsMeasure in org.docx4j.wml
Fields in org.docx4j.wml declared as CTPixelsMeasureModifier and TypeFieldDescriptionprotected CTPixelsMeasureCTFrame.marHprotected CTPixelsMeasureCTFrame.marWMethods in org.docx4j.wml that return CTPixelsMeasureModifier and TypeMethodDescriptionObjectFactory.createCTPixelsMeasure()Create an instance ofCTPixelsMeasureCTFrame.getMarH()Gets the value of the marH property.CTFrame.getMarW()Gets the value of the marW property.Methods in org.docx4j.wml with parameters of type CTPixelsMeasureModifier and TypeMethodDescriptionvoidCTFrame.setMarH(CTPixelsMeasure value) Sets the value of the marH property.voidCTFrame.setMarW(CTPixelsMeasure value) Sets the value of the marW property.