SdtElement Class

Defines SdtElement - the base class for the sdt elements.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.SdtElement
        DocumentFormat.OpenXml.Wordprocessing.SdtBlock
        DocumentFormat.OpenXml.Wordprocessing.SdtCell
        DocumentFormat.OpenXml.Wordprocessing.SdtRow
        DocumentFormat.OpenXml.Wordprocessing.SdtRun
        DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public MustInherit Class SdtElement _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SdtElement
public abstract class SdtElement : 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

SdtElement Members

DocumentFormat.OpenXml.Wordprocessing Namespace