![]() | Open |
public abstract class OpenXmlSimpleValue<T> : OpenXmlSimpleType where T : struct, new()
The OpenXmlSimpleValueT type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the underneath text value is a valid value.
(Overrides OpenXmlSimpleTypeHasValue) |
![]() | InnerText |
Gets or sets the inner XML text.
(Overrides OpenXmlSimpleTypeInnerText) |
![]() | Value | Gets or sets the value of the simple value. |
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of the current value.
(Inherited from OpenXmlSimpleType) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString |
Returns a String that represents the current value.
(Inherited from OpenXmlSimpleType) |
Name | Description | |
---|---|---|
![]() ![]() | (OpenXmlSimpleValueT to T) | Implicitly converts the specified value to T. |