共用方式為


Characters Constructors

Definition

Overloads

Characters()

Initializes a new instance of the Characters class.

Characters(String)

Initializes a new instance of the Characters class with the specified text content.

Characters()

Initializes a new instance of the Characters class.

public Characters ();
Public Sub New ()

Applies to

Characters(String)

Initializes a new instance of the Characters class with the specified text content.

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

Parameters

text
String

Specifies the text content of the element.

Applies to