SdtRepeatedSection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SdtRepeatedSection() |
Inicializa uma nova instância da classe SdtRepeatedSection. |
SdtRepeatedSection(OpenXmlElement[]) |
Inicializa uma nova instância da classe SdtRepeatedSection com os elementos filho especificados. |
SdtRepeatedSection(IEnumerable<OpenXmlElement>) |
Inicializa uma nova instância da classe SdtRepeatedSection com os elementos filho especificados. |
SdtRepeatedSection(String) |
Inicializa uma nova instância da classe SdtRepeatedSection do XML externo. |
SdtRepeatedSection()
Inicializa uma nova instância da classe SdtRepeatedSection.
public SdtRepeatedSection ();
Public Sub New ()
Aplica-se a
SdtRepeatedSection(OpenXmlElement[])
Inicializa uma nova instância da classe SdtRepeatedSection com os elementos filho especificados.
public SdtRepeatedSection (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection
Public Sub New (ParamArray childElements As OpenXmlElement())
Parâmetros
- childElements
- OpenXmlElement[]
Especifica os elementos filho.
Aplica-se a
SdtRepeatedSection(IEnumerable<OpenXmlElement>)
Inicializa uma nova instância da classe SdtRepeatedSection com os elementos filho especificados.
public SdtRepeatedSection (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parâmetros
- childElements
- IEnumerable<OpenXmlElement>
Especifica os elementos filho.
Aplica-se a
SdtRepeatedSection(String)
Inicializa uma nova instância da classe SdtRepeatedSection do XML externo.
public SdtRepeatedSection (string outerXml);
new DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection : string -> DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection
Public Sub New (outerXml As String)
Parâmetros
- outerXml
- String
Especifica o XML externo do elemento.