Share via


PresentationProperties Constructors

Definition

Overloads

PresentationProperties()

Initializes a new instance of the PresentationProperties class.

PresentationProperties(OpenXmlElement[])

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

PresentationProperties(IEnumerable<OpenXmlElement>)

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

PresentationProperties(String)

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

PresentationProperties()

Initializes a new instance of the PresentationProperties class.

public PresentationProperties ();
Public Sub New ()

Applies to

PresentationProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PresentationProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PresentationProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to