共用方式為


ShapeTarget Constructors

Definition

Overloads

ShapeTarget()

Initializes a new instance of the ShapeTarget class.

ShapeTarget(OpenXmlElement[])

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

ShapeTarget(IEnumerable<OpenXmlElement>)

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

ShapeTarget(String)

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

ShapeTarget()

Initializes a new instance of the ShapeTarget class.

public ShapeTarget ();
Public Sub New ()

Applies to

ShapeTarget(OpenXmlElement[])

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

public ShapeTarget (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.ShapeTarget : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.ShapeTarget
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ShapeTarget(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ShapeTarget(String)

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

public ShapeTarget (string outerXml);
new DocumentFormat.OpenXml.Presentation.ShapeTarget : string -> DocumentFormat.OpenXml.Presentation.ShapeTarget
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to