NonVisualInkContentPartProperties class

Office 2013 and later

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

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

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.5.36 CT_NonVisualInkContentPartProperties

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

Referenced by: CT_ContentPartNonVisual, CT_GvmlContentPartNonVisual, CT_WordContentPartNonVisual, CT_ContentPartNonVisual

A complex type that specifies non-visual ink properties for a content part. This provides additional information that does not affect the appearance of ink in the content part to be stored.

Child Elements:

cpLocks: A CT_ContentPartLocking element that specifies various locking properties that prevent or restrict changes to the content part properties or restrict how a content part can be manipulated by the user.

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 new types of data to be stored natively within the framework.

Attributes:

isComment: A Boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the ink shape is a comment or an annotation. If true, the ink is a comment; otherwise, it is an annotation.

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

<xsd:complexType name="CT_NonVisualInkContentPartProperties">

<xsd:sequence>

<xsd:element name="cpLocks" type="CT_ContentPartLocking" minOccurs="0" maxOccurs="1"/>

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

</xsd:sequence>

<xsd:attribute name="isComment" type="xsd:boolean" use="optional" default="true"/>

</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: