FormatCode 构造函数

定义

重载

FormatCode()

初始化 FormatCode 类的新实例。

FormatCode(String)

使用指定的文本内容初始化 FormatCode 类的新实例。

FormatCode()

初始化 FormatCode 类的新实例。

public FormatCode ();
Public Sub New ()

适用于

FormatCode(String)

使用指定的文本内容初始化 FormatCode 类的新实例。

public FormatCode (string text);
new DocumentFormat.OpenXml.Drawing.Charts.FormatCode : string -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode
Public Sub New (text As String)

参数

text
String

指定 元素的文本内容。

适用于