Author 构造函数

定义

重载

Author()

初始化 Author 类的新实例。

Author(String)

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

Author()

初始化 Author 类的新实例。

public Author ();
Public Sub New ()

适用于

Author(String)

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

public Author (string text);
new DocumentFormat.OpenXml.Spreadsheet.Author : string -> DocumentFormat.OpenXml.Spreadsheet.Author
Public Sub New (text As String)

参数

text
String

指定 元素的文本内容。

适用于