SdtContentRunRuby Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.