Share via


SdtContentRunRuby Constructors

Definition

Overloads

SdtContentRunRuby()

Initializes a new instance of the SdtContentRunRuby class.

SdtContentRunRuby(OpenXmlElement[])

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

SdtContentRunRuby(IEnumerable<OpenXmlElement>)

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

SdtContentRunRuby(String)

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

SdtContentRunRuby()

Initializes a new instance of the SdtContentRunRuby class.

public SdtContentRunRuby ();
Public Sub New ()

Applies to

SdtContentRunRuby(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SdtContentRunRuby(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SdtContentRunRuby(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to