Share via


Pages Constructors

Definition

Overloads

Pages()

Initializes a new instance of the Pages class.

Pages(String)

Initializes a new instance of the Pages class with the specified text content.

Pages()

Initializes a new instance of the Pages class.

public Pages ();
Public Sub New ()

Applies to

Pages(String)

Initializes a new instance of the Pages class with the specified text content.

public Pages (string text);
new DocumentFormat.OpenXml.ExtendedProperties.Pages : string -> DocumentFormat.OpenXml.ExtendedProperties.Pages
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to