Aracılığıyla paylaş


PresentationPropertiesExtension Constructors

Definition

Overloads

PresentationPropertiesExtension()

Initializes a new instance of the PresentationPropertiesExtension class.

PresentationPropertiesExtension(OpenXmlElement[])

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

PresentationPropertiesExtension(IEnumerable<OpenXmlElement>)

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

PresentationPropertiesExtension(String)

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

PresentationPropertiesExtension()

Initializes a new instance of the PresentationPropertiesExtension class.

public PresentationPropertiesExtension ();
Public Sub New ()

Applies to

PresentationPropertiesExtension(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PresentationPropertiesExtension(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PresentationPropertiesExtension(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to