NonVisualGroupProperties class
Defines the NonVisualGroupProperties Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is a15:nonVisualGroupProps.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties
Namespace: DocumentFormat.OpenXml.Office2013.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.49 nonVisualGroupProps
Target namespace: http://schemas.microsoft.com/office/drawing/2012/main
A CT_NonVisualGroupProps element<108> that specifies non-visual properties of a group.
An extension list child element of:CT_NonVisualGroupDrawingShapeProps(cNvGrpSpPr) as specified in [ISO/IEC-29500-1] section 19.3.1.10.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="nonVisualGroupProps" type="CT_NonVisualGroupProps"/>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.87 CT_NonVisualGroupProps
Target namespace: http://schemas.microsoft.com/office/drawing/2012/main
Referenced by: nonVisualGroupProps
This complex type specifies non-visual properties of a group of shapes.<148>
Attributes:
isLegacyGroup: A boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies if the group is a legacy group.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_NonVisualGroupProps">
<xsd:attribute name="isLegacyGroup" type="xsd:boolean"/>
</xsd:complexType>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).