LinePropertiesType Constructors

Definition

Overloads

LinePropertiesType()

Initializes a new instance of the LinePropertiesType class.

LinePropertiesType(OpenXmlElement[])

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

LinePropertiesType(IEnumerable<OpenXmlElement>)

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

LinePropertiesType(String)

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

LinePropertiesType()

Initializes a new instance of the LinePropertiesType class.

protected LinePropertiesType ();
Protected Sub New ()

Applies to

LinePropertiesType(OpenXmlElement[])

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

protected LinePropertiesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.LinePropertiesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.LinePropertiesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LinePropertiesType(IEnumerable<OpenXmlElement>)

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

protected LinePropertiesType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.LinePropertiesType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.LinePropertiesType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LinePropertiesType(String)

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

protected LinePropertiesType (string outerXml);
new DocumentFormat.OpenXml.Drawing.LinePropertiesType : string -> DocumentFormat.OpenXml.Drawing.LinePropertiesType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to