Rsids Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.