GvmlContentPart class

Office 2013 and later

Defines the GvmlContentPart Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is a14:contentPart.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart

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

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

2.3.9 contentPart

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

A CT_GvmlContentPart element that specifies a reference to XML content in a format not specified by [ISO/IEC-29500-1].

This element serves the same purpose as the contentPart element in PresentationML ([ISO/IEC-29500-1] section 19.3.1.14), but appears as an element in CT_GvmlGroupShape ([ISO/IEC-29500-1] section A.4.1).

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

<xsd:element name="contentPart" type="CT_GvmlContentPart"/>

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

2.5.50 CT_GvmlContentPart

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: contentPart

A complex type that specifies a reference to XML content in a format not specified in [ISO/IEC-29500-1].

The relationship type of the explicit relationship specified by this element MUST be of type http://schemas.openxmlformats.org/officeDocument/2006/customXml and have a TargetMode attribute set to "Internal". If an application cannot process the content of the content type specified by the targeted part, the application ignores the content and continues to process the file.

Child Elements:

nvContentPartPr: A CT_GvmlContentPartNonVisual element that specifies non-visual properties of the content part.

xfrm: A CT_Transform2D element ([ISO/IEC-29500-1] section A.4.1) that specifies the 2-D transform for the content part.

extLst: A CT_OfficeArtExtensionList element ([ISO/IEC-29500-1] section A.4.1) that specifies the extension list in which all future extensions of element type ext are defined. The extension list, along with corresponding future extensions, is used to extend the storage capabilities of the DrawingML framework. This enables various new types of data to be stored natively in the framework.

Attributes:

bwMode: An ST_BlackWhiteMode attribute ([ISO/IEC-29500-1] section 20.1.10.10) that specifies how to interpret color information contained within a content part to achieve a color, black and white, or grayscale rendering of the content part. This attribute specifies only the rendering mode applied to the content part; it does not affect how the actual color information is persisted.

r:id: An ST_RelationshipId attribute ([ISO/IEC-29500-1] section 22.8.2.1) that specifies the relationship identifier to a content part.

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

<xsd:complexType name="CT_GvmlContentPart">

<xsd:sequence>

<xsd:element name="nvContentPartPr" type="CT_GvmlContentPartNonVisual" minOccurs="0" maxOccurs="1"/>

<xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="0" maxOccurs="1"/>

<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="bwMode" type="a:ST_BlackWhiteMode" use="optional"/>

<xsd:attribute ref="r:id" use="required"/>

</xsd:complexType>

See section 5.1 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: