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