public class CTGroupShapeNonVisual extends Object
Java class for CT_GroupShapeNonVisual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GroupShapeNonVisual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cNvPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps"/> <element name="cNvGrpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualGroupDrawingShapeProps"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTNonVisualGroupDrawingShapeProps |
cNvGrpSpPr |
protected CTNonVisualDrawingProps |
cNvPr |
Constructor and Description |
---|
CTGroupShapeNonVisual() |
Modifier and Type | Method and Description |
---|---|
CTNonVisualGroupDrawingShapeProps |
getCNvGrpSpPr()
Gets the value of the cNvGrpSpPr property.
|
CTNonVisualDrawingProps |
getCNvPr()
Gets the value of the cNvPr property.
|
void |
setCNvGrpSpPr(CTNonVisualGroupDrawingShapeProps value)
Sets the value of the cNvGrpSpPr property.
|
void |
setCNvPr(CTNonVisualDrawingProps value)
Sets the value of the cNvPr property.
|
protected CTNonVisualDrawingProps cNvPr
protected CTNonVisualGroupDrawingShapeProps cNvGrpSpPr
public CTNonVisualDrawingProps getCNvPr()
CTNonVisualDrawingProps
public void setCNvPr(CTNonVisualDrawingProps value)
value
- allowed object is
CTNonVisualDrawingProps
public CTNonVisualGroupDrawingShapeProps getCNvGrpSpPr()
CTNonVisualGroupDrawingShapeProps
public void setCNvGrpSpPr(CTNonVisualGroupDrawingShapeProps value)
value
- allowed object is
CTNonVisualGroupDrawingShapeProps
Copyright © 2007-2018. All Rights Reserved.