Click or drag to resize

OpenXmlSimpleType Class

Represents the abstract base class for all simple types that are used in attributes.
Inheritance Hierarchy

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public abstract class OpenXmlSimpleType : ICloneable

The OpenXmlSimpleType type exposes the following members.

Properties
 NameDescription
Public propertyHasValue Gets a value indicating whether the underneath text value is a valid value.
Public propertyInnerText Gets or sets the inner XML text.
Top
Methods
 NameDescription
Public methodClone Creates a duplicate of the current value.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents the current value.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic member(OpenXmlSimpleType to String) Implicitly converts a specified attribute value to a String value.
Top
See Also