SimpleFieldRuby Constructors

Definition

Overloads

SimpleFieldRuby()

Initializes a new instance of the SimpleFieldRuby class.

SimpleFieldRuby(OpenXmlElement[])

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

SimpleFieldRuby(IEnumerable<OpenXmlElement>)

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

SimpleFieldRuby(String)

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

SimpleFieldRuby()

Initializes a new instance of the SimpleFieldRuby class.

public SimpleFieldRuby ();
Public Sub New ()

Applies to

SimpleFieldRuby(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SimpleFieldRuby(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SimpleFieldRuby(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to