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