共用方式為


EvenFooterXsdstring Constructors

Definition

Overloads

EvenFooterXsdstring()

Initializes a new instance of the EvenFooterXsdstring class.

EvenFooterXsdstring(String)

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

EvenFooterXsdstring()

Initializes a new instance of the EvenFooterXsdstring class.

public EvenFooterXsdstring ();
Public Sub New ()

Applies to

EvenFooterXsdstring(String)

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

public EvenFooterXsdstring (string text);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to