共用方式為


SlideLayoutId Constructors

Definition

Overloads

SlideLayoutId()

Initializes a new instance of the SlideLayoutId class.

SlideLayoutId(OpenXmlElement[])

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

SlideLayoutId(IEnumerable<OpenXmlElement>)

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

SlideLayoutId(String)

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

SlideLayoutId()

Initializes a new instance of the SlideLayoutId class.

public SlideLayoutId ();
Public Sub New ()

Applies to

SlideLayoutId(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideLayoutId(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideLayoutId(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to