Level2ParagraphProperties Constructors

Definition

Overloads

Level2ParagraphProperties()

Initializes a new instance of the Level2ParagraphProperties class.

Level2ParagraphProperties(OpenXmlElement[])

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

Level2ParagraphProperties(IEnumerable<OpenXmlElement>)

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

Level2ParagraphProperties(String)

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

Level2ParagraphProperties()

Initializes a new instance of the Level2ParagraphProperties class.

public Level2ParagraphProperties ();
Public Sub New ()

Applies to

Level2ParagraphProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Level2ParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Level2ParagraphProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to