GvmlContentPartNonVisualType Class

Defines the GvmlContentPartNonVisualType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPartNonVisualType
        DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties
        DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentProperties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(NonVisualInkContentPartProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(NonVisualDrawingProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(NonVisualInkProperties), FileFormatVersions.Office2010)> _
Public MustInherit Class GvmlContentPartNonVisualType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As GvmlContentPartNonVisualType
[ChildElementInfoAttribute(typeof(NonVisualInkContentPartProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(NonVisualDrawingProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(NonVisualInkProperties), FileFormatVersions.Office2010)]
public abstract class GvmlContentPartNonVisualType : OpenXmlCompositeElement

Thread Safety

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

See Also

Reference

GvmlContentPartNonVisualType Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace