CustomXmlElement Class

Defines CustomXmlElement - the base class for the customXml elements.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby
        DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun

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

Syntax

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

CustomXmlElement Members

DocumentFormat.OpenXml.Wordprocessing Namespace