StringValue Members

Include Protected Members
Include Inherited Members

Defines StringValue - string value for attributes.

The StringValue type exposes the following members.

Constructors

  Name Description
Public method StringValue() Initializes a new instance of the StringValue.
Public method StringValue(String) Initializes a new instance of the StringValue.
Public method StringValue(StringValue) Initializes a new instance of the StringValue by deep copy.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleType.)
Public property InnerText Gets or sets the inner xml text. (Inherited from OpenXmlSimpleType.)
Protected property TextValue DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.)
Public property Value The string value.

Top

Methods

  Name Description
Public method Clone Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromString Returns a new StringValue object created from String.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString() Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.)
Public methodStatic member ToString(StringValue) Returns the internal String representation of a StringValue object.

Top

Operators

  Name Description
Public operatorStatic member Implicit(String to StringValue) Implicit converter from String.
Public operatorStatic member Implicit(StringValue to String) Implicit converter to String.

Top

See Also

Reference

StringValue Class

DocumentFormat.OpenXml Namespace