Freigeben über


WordContentPartNonVisualType-Klasse

Defines the WordContentPartNonVisualType class.

Vererbungshierarchie

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

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

Syntax

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

WordContentPartNonVisualType-Member

DocumentFormat.OpenXml.Office2010.Word-Namespace