共用方式為


PageFields Constructors

Definition

Overloads

PageFields()

Initializes a new instance of the PageFields class.

PageFields(OpenXmlElement[])

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

PageFields(IEnumerable<OpenXmlElement>)

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

PageFields(String)

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

PageFields()

Initializes a new instance of the PageFields class.

public PageFields ();
Public Sub New ()

Applies to

PageFields(OpenXmlElement[])

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

public PageFields (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.PageFields : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.PageFields
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PageFields(IEnumerable<OpenXmlElement>)

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

public PageFields (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.PageFields : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.PageFields
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PageFields(String)

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

public PageFields (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.PageFields : string -> DocumentFormat.OpenXml.Spreadsheet.PageFields
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to