Uses of Class
org.docx4j.dml.spreadsheetdrawing.CTGroupShape
| Package | Description |
|---|---|
| org.docx4j.dml.spreadsheetdrawing |
-
Uses of CTGroupShape in org.docx4j.dml.spreadsheetdrawing
Fields in org.docx4j.dml.spreadsheetdrawing declared as CTGroupShape Modifier and Type Field Description protected CTGroupShapeCTAbsoluteAnchor. grpSpprotected CTGroupShapeCTOneCellAnchor. grpSpprotected CTGroupShapeCTTwoCellAnchor. grpSpMethods in org.docx4j.dml.spreadsheetdrawing that return CTGroupShape Modifier and Type Method Description CTGroupShapeObjectFactory. createCTGroupShape()Create an instance ofCTGroupShapeCTGroupShapeCTAbsoluteAnchor. getGrpSp()Gets the value of the grpSp property.CTGroupShapeCTOneCellAnchor. getGrpSp()Gets the value of the grpSp property.CTGroupShapeCTTwoCellAnchor. getGrpSp()Gets the value of the grpSp property.Methods in org.docx4j.dml.spreadsheetdrawing with parameters of type CTGroupShape Modifier and Type Method Description voidCTAbsoluteAnchor. 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.