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