PreviousParagraphProperties Constructors

Definition

Overloads

PreviousParagraphProperties()

Initializes a new instance of the PreviousParagraphProperties class.

PreviousParagraphProperties(OpenXmlElement[])

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

PreviousParagraphProperties(IEnumerable<OpenXmlElement>)

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

PreviousParagraphProperties(String)

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

PreviousParagraphProperties()

Initializes a new instance of the PreviousParagraphProperties class.

public PreviousParagraphProperties ();
Public Sub New ()

Applies to

PreviousParagraphProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PreviousParagraphProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PreviousParagraphProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to