Share via


OpenXmlSimpleType 类

定义

表示特性中使用的所有简单类型的抽象基类。

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
继承
OpenXmlSimpleType
派生
实现

构造函数

OpenXmlSimpleType()

初始化 OpenXmlSimpleType 类的新实例。

OpenXmlSimpleType(OpenXmlSimpleType)

初始化 OpenXmlSimpleType 类的新实例。

属性

HasValue

获取一个值,该值指示下面的文本值是否为有效值。

InnerText

获取或设置内部 XML 文本。

TextValue
已过时.

获取或设置内部原始文本值。 请勿使用此属性。 仅供OpenXmlSimpleType.cs内部使用。

方法

Clone()

创建当前值的副本。

ToString()

返回一个 String 类型的值,该值代表当前值。

运算符

Implicit(OpenXmlSimpleType to String)

将指定的属性值隐式转换为 String 值。

适用于