共用方式為


Paragraphs Constructors

Definition

Overloads

Paragraphs()

Initializes a new instance of the Paragraphs class.

Paragraphs(String)

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

Paragraphs()

Initializes a new instance of the Paragraphs class.

public Paragraphs ();
Public Sub New ()

Applies to

Paragraphs(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to