共用方式為


Rsids Constructors

Definition

Overloads

Rsids()

Initializes a new instance of the Rsids class.

Rsids(OpenXmlElement[])

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

Rsids(IEnumerable<OpenXmlElement>)

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

Rsids(String)

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

Rsids()

Initializes a new instance of the Rsids class.

public Rsids ();
Public Sub New ()

Applies to

Rsids(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Rsids(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Rsids(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to