Compartilhar via


SdtContentRunRuby Construtores

Definição

Sobrecargas

SdtContentRunRuby()

Inicializa uma nova instância da classe SdtContentRunRuby.

SdtContentRunRuby(OpenXmlElement[])

Inicializa uma nova instância da classe SdtContentRunRuby com os elementos filho especificados.

SdtContentRunRuby(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe SdtContentRunRuby com os elementos filho especificados.

SdtContentRunRuby(String)

Inicializa uma nova instância da classe SdtContentRunRuby do XML externo.

SdtContentRunRuby()

Inicializa uma nova instância da classe SdtContentRunRuby.

public SdtContentRunRuby ();
Public Sub New ()

Aplica-se a

SdtContentRunRuby(OpenXmlElement[])

Inicializa uma nova instância da classe SdtContentRunRuby com os elementos filho especificados.

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())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

SdtContentRunRuby(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe SdtContentRunRuby com os elementos filho especificados.

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))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

SdtContentRunRuby(String)

Inicializa uma nova instância da classe SdtContentRunRuby do XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a