FirstFooter Constructors

Definition

Overloads

FirstFooter()

Initializes a new instance of the FirstFooter class.

FirstFooter(String)

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

FirstFooter()

Initializes a new instance of the FirstFooter class.

public FirstFooter ();
Public Sub New ()

Applies to

FirstFooter(String)

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

public FirstFooter (string text);
new DocumentFormat.OpenXml.Drawing.Charts.FirstFooter : string -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to