Aracılığıyla paylaş


SlideSyncProperties Constructors

Definition

Overloads

SlideSyncProperties()

Initializes a new instance of the SlideSyncProperties class.

SlideSyncProperties(OpenXmlElement[])

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

SlideSyncProperties(IEnumerable<OpenXmlElement>)

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

SlideSyncProperties(String)

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

SlideSyncProperties()

Initializes a new instance of the SlideSyncProperties class.

public SlideSyncProperties ();
Public Sub New ()

Applies to

SlideSyncProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SlideSyncProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SlideSyncProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to