LongProperties Constructors

Definition

Overloads

LongProperties()

Initializes a new instance of the LongProperties class.

LongProperties(OpenXmlElement[])

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

LongProperties(IEnumerable<OpenXmlElement>)

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

LongProperties(String)

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

LongProperties()

Initializes a new instance of the LongProperties class.

public LongProperties ();
Public Sub New ()

Applies to

LongProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LongProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LongProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to