OpenXmlSimpleType Class

Defines the abstract base class for all simple types used in attributes.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.Base64BinaryValue
    DocumentFormat.OpenXml.EnumValue<T>
    DocumentFormat.OpenXml.HexBinaryValue
    DocumentFormat.OpenXml.ListValue<T>
    DocumentFormat.OpenXml.OnOffValue
    DocumentFormat.OpenXml.OpenXmlSimpleValue<T>
    DocumentFormat.OpenXml.StringValue
    DocumentFormat.OpenXml.TrueFalseBlankValue
    DocumentFormat.OpenXml.TrueFalseValue

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

Syntax

'Declaration
Public MustInherit Class OpenXmlSimpleType _
    Implements ICloneable
'Usage
Dim instance As OpenXmlSimpleType
public abstract class OpenXmlSimpleType : ICloneable

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

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace