Compartilhar via


TitlePrSurveyElementPr Construtores

Definição

Sobrecargas

TitlePrSurveyElementPr()

Inicializa uma nova instância da classe TitlePrSurveyElementPr.

TitlePrSurveyElementPr(OpenXmlElement[])

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

TitlePrSurveyElementPr(IEnumerable<OpenXmlElement>)

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

TitlePrSurveyElementPr(String)

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

TitlePrSurveyElementPr()

Inicializa uma nova instância da classe TitlePrSurveyElementPr.

public TitlePrSurveyElementPr ();
Public Sub New ()

Aplica-se a

TitlePrSurveyElementPr(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TitlePrSurveyElementPr(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TitlePrSurveyElementPr(String)

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

public TitlePrSurveyElementPr (string outerXml);
new DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr : string -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a