Share via


DefaultParagraphProperties Constructors

Definition

Overloads

DefaultParagraphProperties()

Initializes a new instance of the DefaultParagraphProperties class.

DefaultParagraphProperties(OpenXmlElement[])

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

DefaultParagraphProperties(IEnumerable<OpenXmlElement>)

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

DefaultParagraphProperties(String)

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

DefaultParagraphProperties()

Initializes a new instance of the DefaultParagraphProperties class.

public DefaultParagraphProperties ();
Public Sub New ()

Applies to

DefaultParagraphProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DefaultParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DefaultParagraphProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to