共用方式為


PlaceholderTypeACB Constructors

Definition

Overloads

PlaceholderTypeACB()

Initializes a new instance of the PlaceholderTypeACB class.

PlaceholderTypeACB(OpenXmlElement[])

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

PlaceholderTypeACB(IEnumerable<OpenXmlElement>)

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

PlaceholderTypeACB(String)

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

PlaceholderTypeACB()

Initializes a new instance of the PlaceholderTypeACB class.

public PlaceholderTypeACB ();
Public Sub New ()

Applies to

PlaceholderTypeACB(OpenXmlElement[])

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

public PlaceholderTypeACB (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PlaceholderTypeACB(IEnumerable<OpenXmlElement>)

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

public PlaceholderTypeACB (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PlaceholderTypeACB(String)

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

public PlaceholderTypeACB (string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to