共用方式為


Lines Constructors

Definition

Overloads

Lines()

Initializes a new instance of the Lines class.

Lines(String)

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

Lines()

Initializes a new instance of the Lines class.

public Lines ();
Public Sub New ()

Applies to

Lines(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to