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.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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