Uses of Class
org.docx4j.dml.CTPositiveSize2D
Packages that use CTPositiveSize2D
Package
Description
-
Uses of CTPositiveSize2D in org.docx4j.dml
Fields in org.docx4j.dml declared as CTPositiveSize2DModifier and TypeFieldDescriptionprotected CTPositiveSize2DCTGroupTransform2D.chExtprotected CTPositiveSize2DCTGroupTransform2D.extprotected CTPositiveSize2DCTTransform2D.extMethods in org.docx4j.dml that return CTPositiveSize2DModifier and TypeMethodDescriptionObjectFactory.createCTPositiveSize2D()Create an instance ofCTPositiveSize2DCTGroupTransform2D.getChExt()Gets the value of the chExt property.CTGroupTransform2D.getExt()Gets the value of the ext property.CTTransform2D.getExt()Gets the value of the ext property.Methods in org.docx4j.dml with parameters of type CTPositiveSize2DModifier and TypeMethodDescriptionvoidCTGroupTransform2D.setChExt(CTPositiveSize2D value) Sets the value of the chExt property.voidCTGroupTransform2D.setExt(CTPositiveSize2D value) Sets the value of the ext property.voidCTTransform2D.setExt(CTPositiveSize2D value) Sets the value of the ext property. -
Uses of CTPositiveSize2D in org.docx4j.dml.chartDrawing
Fields in org.docx4j.dml.chartDrawing declared as CTPositiveSize2DMethods in org.docx4j.dml.chartDrawing that return CTPositiveSize2DMethods in org.docx4j.dml.chartDrawing with parameters of type CTPositiveSize2DModifier and TypeMethodDescriptionvoidCTAbsSizeAnchor.setExt(CTPositiveSize2D value) Sets the value of the ext property. -
Uses of CTPositiveSize2D in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTPositiveSize2DModifier and TypeFieldDescriptionprotected CTPositiveSize2DCTAbsoluteAnchor.extprotected CTPositiveSize2DCTOneCellAnchor.extMethods in org.docx4j.dml.spreadsheetdrawing that return CTPositiveSize2DModifier and TypeMethodDescriptionCTAbsoluteAnchor.getExt()Gets the value of the ext property.CTOneCellAnchor.getExt()Gets the value of the ext property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTPositiveSize2DModifier and TypeMethodDescriptionvoidCTAbsoluteAnchor.setExt(CTPositiveSize2D value) Sets the value of the ext property.voidCTOneCellAnchor.setExt(CTPositiveSize2D value) Sets the value of the ext property. -
Uses of CTPositiveSize2D in org.docx4j.dml.wordprocessingDrawing
Fields in org.docx4j.dml.wordprocessingDrawing declared as CTPositiveSize2DModifier and TypeFieldDescriptionprotected CTPositiveSize2DAnchor.extentprotected CTPositiveSize2DInline.extentMethods in org.docx4j.dml.wordprocessingDrawing that return CTPositiveSize2DModifier and TypeMethodDescriptionAnchor.getExtent()Gets the value of the extent property.Inline.getExtent()Gets the value of the extent property.Methods in org.docx4j.dml.wordprocessingDrawing with parameters of type CTPositiveSize2DModifier and TypeMethodDescriptionvoidAnchor.setExtent(CTPositiveSize2D value) Sets the value of the extent property.voidInline.setExtent(CTPositiveSize2D value) Sets the value of the extent property.