PageBreakType Constructors

Definition

Overloads

PageBreakType()

Initializes a new instance of the PageBreakType class.

PageBreakType(OpenXmlElement[])

Initializes a new instance of the PageBreakType class with the specified child elements.

PageBreakType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PageBreakType class with the specified child elements.

PageBreakType(String)

Initializes a new instance of the PageBreakType class from outer XML.

PageBreakType()

Initializes a new instance of the PageBreakType class.

protected PageBreakType ();
Protected Sub New ()

Applies to

PageBreakType(OpenXmlElement[])

Initializes a new instance of the PageBreakType class with the specified child elements.

protected PageBreakType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.PageBreakType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.PageBreakType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PageBreakType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the PageBreakType class with the specified child elements.

protected PageBreakType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.PageBreakType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.PageBreakType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PageBreakType(String)

Initializes a new instance of the PageBreakType class from outer XML.

protected PageBreakType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PageBreakType : string -> DocumentFormat.OpenXml.Spreadsheet.PageBreakType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to