ContentPartNonVisualType Class

Defines the ContentPartNonVisualType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPartNonVisualType
        DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties
        DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentProperties

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

Syntax

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

ContentPartNonVisualType Members

DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing Namespace