TableCellTextStyle Construtores

Definição

Sobrecargas

Nome Description
TableCellTextStyle()

Inicializa uma nova instância da classe TableCellTextStyle.

TableCellTextStyle(OpenXmlElement[])

Inicializa uma nova instância da classe TableCellTextStyle com os elementos subordinados especificados.

TableCellTextStyle(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe TableCellTextStyle com os elementos subordinados especificados.

TableCellTextStyle(String)

Inicializa uma nova instância da classe TableCellTextStyle a partir de XML externo.

TableCellTextStyle()

Inicializa uma nova instância da classe TableCellTextStyle.

public TableCellTextStyle();
Public Sub New ()

Aplica-se a

TableCellTextStyle(OpenXmlElement[])

Inicializa uma nova instância da classe TableCellTextStyle com os elementos subordinados especificados.

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos subordinados.

Aplica-se a

TableCellTextStyle(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe TableCellTextStyle com os elementos subordinados especificados.

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos subordinados.

Aplica-se a

TableCellTextStyle(String)

Inicializa uma nova instância da classe TableCellTextStyle a partir de XML externo.

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento .

Aplica-se a