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 | |
---|---|---|
OpenXmlSimpleType() | Initializes a new instance of the OpenXmlSimpleType. | |
OpenXmlSimpleType(OpenXmlSimpleType) | Initializes a new instance of the OpenXmlSimpleType. |
Top
Properties
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. | |
InnerText | Gets or sets the inner xml text. | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate of this value. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current value. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Implicit(OpenXmlSimpleType to String) | Implicit converter to String. |
Top