TableCellTextStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TableCellTextStyle() |
Initializes a new instance of the TableCellTextStyle class. |
TableCellTextStyle(OpenXmlElement[]) |
Initializes a new instance of the TableCellTextStyle class with the specified child elements. |
TableCellTextStyle(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the TableCellTextStyle class with the specified child elements. |
TableCellTextStyle(String) |
Initializes a new instance of the TableCellTextStyle class from outer XML. |
TableCellTextStyle()
Initializes a new instance of the TableCellTextStyle class.
public TableCellTextStyle ();
Public Sub New ()
Applies to
TableCellTextStyle(OpenXmlElement[])
Initializes a new instance of the TableCellTextStyle class with the specified child elements.
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())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
TableCellTextStyle(IEnumerable<OpenXmlElement>)
Initializes a new instance of the TableCellTextStyle class with the specified child elements.
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))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
TableCellTextStyle(String)
Initializes a new instance of the TableCellTextStyle class from outer XML.
public TableCellTextStyle (string outerXml);
new DocumentFormat.OpenXml.Drawing.TableCellTextStyle : string -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.