共用方式為


NonVisualGroupDrawingShapeProps Constructors

Definition

Overloads

NonVisualGroupDrawingShapeProps()

Initializes a new instance of the NonVisualGroupDrawingShapeProps class.

NonVisualGroupDrawingShapeProps(OpenXmlElement[])

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

NonVisualGroupDrawingShapeProps(IEnumerable<OpenXmlElement>)

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

NonVisualGroupDrawingShapeProps(String)

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

NonVisualGroupDrawingShapeProps()

Initializes a new instance of the NonVisualGroupDrawingShapeProps class.

public NonVisualGroupDrawingShapeProps ();
Public Sub New ()

Applies to

NonVisualGroupDrawingShapeProps(OpenXmlElement[])

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

public NonVisualGroupDrawingShapeProps (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NonVisualGroupDrawingShapeProps(IEnumerable<OpenXmlElement>)

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

public NonVisualGroupDrawingShapeProps (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NonVisualGroupDrawingShapeProps(String)

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

public NonVisualGroupDrawingShapeProps (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to