StringValue Members
Include Protected Members
Include Inherited Members
Defines StringValue - string value for attributes.
The StringValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StringValue() | Initializes a new instance of the StringValue. | |
StringValue(String) | Initializes a new instance of the StringValue. | |
StringValue(StringValue) | Initializes a new instance of the StringValue by deep copy. |
Top
Properties
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleType.) | |
InnerText | Gets or sets the inner xml text. (Inherited from OpenXmlSimpleType.) | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.) | |
Value | The string value. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromString | Returns a new StringValue object created from String. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString() | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) | |
ToString(StringValue) | Returns the internal String representation of a StringValue object. |
Top
Operators
Name | Description | |
---|---|---|
Implicit(String to StringValue) | Implicit converter from String. | |
Implicit(StringValue to String) | Implicit converter to String. |
Top