共用方式為


SlideLayoutExtension Constructors

Definition

Overloads

SlideLayoutExtension()

Initializes a new instance of the SlideLayoutExtension class.

SlideLayoutExtension(OpenXmlElement[])

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

SlideLayoutExtension(IEnumerable<OpenXmlElement>)

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

SlideLayoutExtension(String)

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

SlideLayoutExtension()

Initializes a new instance of the SlideLayoutExtension class.

public SlideLayoutExtension ();
Public Sub New ()

Applies to

SlideLayoutExtension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideLayoutExtension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideLayoutExtension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to