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