WordNonVisualContentPartShapeProperties class

Office 2013 and later

Defines the WordNonVisualContentPartShapeProperties Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is w14:nvContentPartPr.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.5.37 CT_WordContentPartNonVisual

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_WordContentPart

A complex type that specifies non-visual properties for CT_WordContentPart.

Child Elements:

cNvPr: A CT_NonVisualDrawingProps element ([ISO/IEC-29500-1] section A.4.1) that specifies the non-visual drawing properties for the content part. This provides additional information that does not affect the appearance of the content part to be stored.

cNvContentPartPr: A CT_NonVisualInkContentPartProperties element that specifies non-visual ink properties for the content part. This provides additional information that does not affect the appearance of ink in the content part to be stored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_WordContentPartNonVisual">

<xsd:sequence>

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

<xsd:element name="cNvContentPartPr" type="a14:CT_NonVisualInkContentPartProperties" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

</xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: