Share via


OpenXmlSimpleType Members

Include Protected Members
Include Inherited Members

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

The OpenXmlSimpleType type exposes the following members.

Constructors

  Name Description
Protected method OpenXmlSimpleType() Initializes a new instance of the OpenXmlSimpleType.
Protected method OpenXmlSimpleType(OpenXmlSimpleType) Initializes a new instance of the OpenXmlSimpleType.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value.
Public property InnerText Gets or sets the inner xml text.
Protected property TextValue DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value.

Top

Methods

  Name Description
Public method Clone Creates a duplicate of this value.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current value. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Implicit(OpenXmlSimpleType to String) Implicit converter to String.

Top

See Also

Reference

OpenXmlSimpleType Class

DocumentFormat.OpenXml Namespace