FirstFooter 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
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.