TableCellTextStyle 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
TableCellTextStyle() |
Inicializa uma nova instância da classe TableCellTextStyle. |
TableCellTextStyle(OpenXmlElement[]) |
Inicializa uma nova instância da classe TableCellTextStyle com os elementos filho especificados. |
TableCellTextStyle(IEnumerable<OpenXmlElement>) |
Inicializa uma nova instância da classe TableCellTextStyle com os elementos filho especificados. |
TableCellTextStyle(String) |
Inicializa uma nova instância da classe TableCellTextStyle do 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 filho 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 filho.
Aplica-se a
TableCellTextStyle(IEnumerable<OpenXmlElement>)
Inicializa uma nova instância da classe TableCellTextStyle com os elementos filho 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 filho.
Aplica-se a
TableCellTextStyle(String)
Inicializa uma nova instância da classe TableCellTextStyle do 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.