Aracılığıyla paylaş


RoamingProperty Constructors

Definition

Overloads

RoamingProperty()

Initializes a new instance of the RoamingProperty class.

RoamingProperty(OpenXmlElement[])

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

RoamingProperty(IEnumerable<OpenXmlElement>)

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

RoamingProperty(String)

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

RoamingProperty()

Initializes a new instance of the RoamingProperty class.

public RoamingProperty ();
Public Sub New ()

Applies to

RoamingProperty(OpenXmlElement[])

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

public RoamingProperty (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RoamingProperty(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RoamingProperty(String)

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

public RoamingProperty (string outerXml);
new DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty : string -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to