LinePropertiesExtensionList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LinePropertiesExtensionList() |
Initializes a new instance of the LinePropertiesExtensionList class. |
LinePropertiesExtensionList(OpenXmlElement[]) |
Initializes a new instance of the LinePropertiesExtensionList class with the specified child elements. |
LinePropertiesExtensionList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the LinePropertiesExtensionList class with the specified child elements. |
LinePropertiesExtensionList(String) |
Initializes a new instance of the LinePropertiesExtensionList class from outer XML. |
LinePropertiesExtensionList()
Initializes a new instance of the LinePropertiesExtensionList class.
public LinePropertiesExtensionList ();
Public Sub New ()
Applies to
LinePropertiesExtensionList(OpenXmlElement[])
Initializes a new instance of the LinePropertiesExtensionList class with the specified child elements.
public LinePropertiesExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
LinePropertiesExtensionList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the LinePropertiesExtensionList class with the specified child elements.
public LinePropertiesExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
LinePropertiesExtensionList(String)
Initializes a new instance of the LinePropertiesExtensionList class from outer XML.
public LinePropertiesExtensionList (string outerXml);
new DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList : string -> DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.