Share via


Level1ParagraphProperties Constructors

Definition

Overloads

Level1ParagraphProperties()

Initializes a new instance of the Level1ParagraphProperties class.

Level1ParagraphProperties(OpenXmlElement[])

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

Level1ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level1ParagraphProperties(String)

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

Level1ParagraphProperties()

Initializes a new instance of the Level1ParagraphProperties class.

public Level1ParagraphProperties ();
Public Sub New ()

Applies to

Level1ParagraphProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Level1ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Level1ParagraphProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to