Share via


RubyBase Constructors

Definition

Overloads

RubyBase()

Initializes a new instance of the RubyBase class.

RubyBase(OpenXmlElement[])

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

RubyBase(IEnumerable<OpenXmlElement>)

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

RubyBase(String)

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

RubyBase()

Initializes a new instance of the RubyBase class.

public RubyBase ();
Public Sub New ()

Applies to

RubyBase(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RubyBase(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RubyBase(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to