SlideViewProperties Constructors

Definition

Overloads

SlideViewProperties()

Initializes a new instance of the SlideViewProperties class.

SlideViewProperties(OpenXmlElement[])

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

SlideViewProperties(IEnumerable<OpenXmlElement>)

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

SlideViewProperties(String)

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

SlideViewProperties()

Initializes a new instance of the SlideViewProperties class.

public SlideViewProperties ();
Public Sub New ()

Applies to

SlideViewProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideViewProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideViewProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to