Share via


CustomXmlRuby Constructors

Definition

Overloads

CustomXmlRuby()

Initializes a new instance of the CustomXmlRuby class.

CustomXmlRuby(OpenXmlElement[])

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

CustomXmlRuby(IEnumerable<OpenXmlElement>)

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

CustomXmlRuby(String)

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

CustomXmlRuby()

Initializes a new instance of the CustomXmlRuby class.

public CustomXmlRuby ();
Public Sub New ()

Applies to

CustomXmlRuby(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomXmlRuby(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomXmlRuby(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to