Aracılığıyla paylaş


BuildParagraph Constructors

Definition

Overloads

BuildParagraph()

Initializes a new instance of the BuildParagraph class.

BuildParagraph(OpenXmlElement[])

Initializes a new instance of the BuildParagraph class with the specified child elements.

BuildParagraph(IEnumerable<OpenXmlElement>)

Initializes a new instance of the BuildParagraph class with the specified child elements.

BuildParagraph(String)

Initializes a new instance of the BuildParagraph class from outer XML.

BuildParagraph()

Initializes a new instance of the BuildParagraph class.

public BuildParagraph ();
Public Sub New ()

Applies to

BuildParagraph(OpenXmlElement[])

Initializes a new instance of the BuildParagraph class with the specified child elements.

public BuildParagraph (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.BuildParagraph : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.BuildParagraph
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BuildParagraph(IEnumerable<OpenXmlElement>)

Initializes a new instance of the BuildParagraph class with the specified child elements.

public BuildParagraph (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.BuildParagraph : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.BuildParagraph
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BuildParagraph(String)

Initializes a new instance of the BuildParagraph class from outer XML.

public BuildParagraph (string outerXml);
new DocumentFormat.OpenXml.Presentation.BuildParagraph : string -> DocumentFormat.OpenXml.Presentation.BuildParagraph
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to