NonVisualContentPartProperties class
Defines the NonVisualContentPartProperties Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:nvContentPartPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.21 nvContentPartPr
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
A CT_ContentPartNonVisual element (section 2.5.9) that specifies the non-visual drawing properties for a contentPart element ([ISO/IEC-29500-1] section 19.3.1.14). These non-visual properties are properties that the generating application uses when rendering and editing the content part. See section 2.2.3 for how this element integrates with [ISO/IEC-29500:2008].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="nvContentPartPr" type="CT_ContentPartNonVisual"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.9 CT_ContentPartNonVisual
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: nvContentPartPr
A complex type which specifies non-visual properties for a contentPart element ([ISO/IEC-29500-1] section 19.3.1.14).
Child Elements:
cNvPr: An a:CT_NonVisualDrawingProps element ([ISO/IEC-29500-4] section A.4.1) that specifies the non-visual drawing properties for the content part. This element allows for additional information that does not affect the appearance of the content part to be stored.
cNvContentPartPr: An a14:CT_NonVisualInkContentPartProperties element ([MS-ODRAWXML] section 2.5.36) that specifies non-visual ink properties for the content part. This element allows for additional information that does not affect the appearance of ink in the content part to be stored.
nvPr: A p:CT_ApplicationNonVisualDrawingProps element ([ISO/IEC-29500-4] section A.3) that specifies PresentationML Drawing specific non-visual properties for the content part.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_ContentPartNonVisual">
<xsd:sequence>
<xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
<xsd:element name="cNvContentPartPr" type="a14:CT_NonVisualInkContentPartProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="nvPr" type="p:CT_ApplicationNonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).