Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTGroupShape
Packages that use CTGroupShape
-
Uses of CTGroupShape in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTGroupShapeModifier and TypeFieldDescriptionprotected CTGroupShapeCTAbsoluteAnchor.grpSpprotected CTGroupShapeCTOneCellAnchor.grpSpprotected CTGroupShapeCTTwoCellAnchor.grpSpMethods in org.docx4j.dml.spreadsheetdrawing that return CTGroupShapeModifier and TypeMethodDescriptionObjectFactory.createCTGroupShape()Create an instance ofCTGroupShapeCTAbsoluteAnchor.getGrpSp()Gets the value of the grpSp property.CTOneCellAnchor.getGrpSp()Gets the value of the grpSp property.CTTwoCellAnchor.getGrpSp()Gets the value of the grpSp property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTGroupShapeModifier and TypeMethodDescriptionvoidCTAbsoluteAnchor.setGrpSp(CTGroupShape value) Sets the value of the grpSp property.voidCTOneCellAnchor.setGrpSp(CTGroupShape value) Sets the value of the grpSp property.voidCTTwoCellAnchor.setGrpSp(CTGroupShape value) Sets the value of the grpSp property.