[Table of Contents] [docx version]

Error! No text of specified style in document.

nvGrpSpPr (Non-Visual Properties for a Group Shape)

This element specifies all non-visual properties for a group shape. This element is a container for the non-visual identification properties, shape properties and application properties that are to be associated with a group shape. This allows for additional information that does not affect the appearance of the group shape to be stored.

Parent Elements

grpSp5.6.2.16)

 

Child Elements

Subclause

cNvGrpSpPr (Non-Visual Group Shape Drawing Properties)

§5.6.2.6

cNvPr (Non-Visual Drawing Properties)

§5.6.2.8

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_GroupShapeNonVisual">

   <sequence>

   <element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>

   <element name="cNvGrpSpPr" type="a:CT_NonVisualGroupDrawingShapeProps" minOccurs="1" maxOccurs="1"/>

   </sequence>

</complexType>