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. -
Uses of CTPositiveSize2D in org.docx4j.model.datastorage
Fields in org.docx4j.model.datastorage declared as CTPositiveSize2DModifier and TypeFieldDescriptionprivate CTPositiveSize2DBindingTraverserNonXSLT.ExtentFinder.extentprivate CTPositiveSize2DBindingTraverserStAX.ExtentFinder.extentMethods in org.docx4j.model.datastorage that return CTPositiveSize2D -
Uses of CTPositiveSize2D in org.docx4j.model.images
Methods in org.docx4j.model.images that return CTPositiveSize2D -
Uses of CTPositiveSize2D in org.pptx4j.convert.out.svginhtml
Methods in org.pptx4j.convert.out.svginhtml with parameters of type CTPositiveSize2D -
Uses of CTPositiveSize2D in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTPositiveSize2DModifier and TypeFieldDescriptionprotected CTPositiveSize2DViewPr.gridSpacingprotected CTPositiveSize2DPresentation.notesSzMethods in org.pptx4j.pml that return CTPositiveSize2DModifier and TypeMethodDescriptionViewPr.getGridSpacing()Gets the value of the gridSpacing property.Presentation.getNotesSz()Gets the value of the notesSz property.Methods in org.pptx4j.pml with parameters of type CTPositiveSize2DModifier and TypeMethodDescriptionvoidViewPr.setGridSpacing(CTPositiveSize2D value) Sets the value of the gridSpacing property.voidPresentation.setNotesSz(CTPositiveSize2D value) Sets the value of the notesSz property.