StyleTableCellProperties 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
StyleTableCellProperties() |
Initializes a new instance of the StyleTableCellProperties class. |
StyleTableCellProperties(OpenXmlElement[]) |
Initializes a new instance of the StyleTableCellProperties class with the specified child elements. |
StyleTableCellProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the StyleTableCellProperties class with the specified child elements. |
StyleTableCellProperties(String) |
Initializes a new instance of the StyleTableCellProperties class from outer XML. |
StyleTableCellProperties()
Initializes a new instance of the StyleTableCellProperties class.
public StyleTableCellProperties ();
Public Sub New ()
Applies to
StyleTableCellProperties(OpenXmlElement[])
Initializes a new instance of the StyleTableCellProperties class with the specified child elements.
public StyleTableCellProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
StyleTableCellProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the StyleTableCellProperties class with the specified child elements.
public StyleTableCellProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
StyleTableCellProperties(String)
Initializes a new instance of the StyleTableCellProperties class from outer XML.
public StyleTableCellProperties (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties : string -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.