HyperlinkRuby Constructors

Definition

Overloads

HyperlinkRuby()

Initializes a new instance of the HyperlinkRuby class.

HyperlinkRuby(OpenXmlElement[])

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

HyperlinkRuby(IEnumerable<OpenXmlElement>)

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

HyperlinkRuby(String)

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

HyperlinkRuby()

Initializes a new instance of the HyperlinkRuby class.

public HyperlinkRuby ();
Public Sub New ()

Applies to

HyperlinkRuby(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HyperlinkRuby(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HyperlinkRuby(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to