CustomGeometry
CustomGeometry
CustomGeometry
Constructors
Definition
Overloads
CustomGeometry() CustomGeometry() |
Initializes a new instance of the CustomGeometry class. |
CustomGeometry(OpenXmlElement[]) CustomGeometry(OpenXmlElement[]) CustomGeometry(OpenXmlElement[]) |
Initializes a new instance of the CustomGeometry class with the specified child elements. |
CustomGeometry(IEnumerable<OpenXmlElement>) CustomGeometry(IEnumerable<OpenXmlElement>) CustomGeometry(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the CustomGeometry class with the specified child elements. |
CustomGeometry(String) CustomGeometry(String) CustomGeometry(String) |
Initializes a new instance of the CustomGeometry class from outer XML. |
CustomGeometry() CustomGeometry()
Initializes a new instance of the CustomGeometry class.
public CustomGeometry ();
Public Sub New ()
CustomGeometry(OpenXmlElement[]) CustomGeometry(OpenXmlElement[]) CustomGeometry(OpenXmlElement[])
Initializes a new instance of the CustomGeometry class with the specified child elements.
public CustomGeometry (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.CustomGeometry : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.CustomGeometry
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
CustomGeometry(IEnumerable<OpenXmlElement>) CustomGeometry(IEnumerable<OpenXmlElement>) CustomGeometry(IEnumerable<OpenXmlElement>)
Initializes a new instance of the CustomGeometry class with the specified child elements.
public CustomGeometry (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.CustomGeometry : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.CustomGeometry
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
CustomGeometry(String) CustomGeometry(String) CustomGeometry(String)
Initializes a new instance of the CustomGeometry class from outer XML.
public CustomGeometry (string outerXml);
new DocumentFormat.OpenXml.Drawing.CustomGeometry : string -> DocumentFormat.OpenXml.Drawing.CustomGeometry
Public Sub New (outerXml As String)