OpenXmlSimpleType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the abstract base class for all simple types that are used in attributes.
public abstract class OpenXmlSimpleType : ICloneable
public abstract class OpenXmlSimpleType
type OpenXmlSimpleType = class
interface ICloneable
type OpenXmlSimpleType = class
Public MustInherit Class OpenXmlSimpleType
Implements ICloneable
Public MustInherit Class OpenXmlSimpleType
- Inheritance
-
OpenXmlSimpleType
- Derived
- Implements
Constructors
OpenXmlSimpleType() |
Initializes a new instance of the OpenXmlSimpleType class. |
OpenXmlSimpleType(OpenXmlSimpleType) |
Initializes a new instance of the OpenXmlSimpleType class. |
Properties
HasValue |
Gets a value indicating whether the underneath text value is a valid value. |
InnerText |
Gets or sets the inner XML text. |
TextValue |
Obsolete.
Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use. |
Methods
Clone() |
Creates a duplicate of the current value. |
ToString() |
Returns a String that represents the current value. |
Operators
Implicit(OpenXmlSimpleType to String) |
Implicitly converts a specified attribute value to a String value. |