Share via


FieldCode Constructors

Definition

Overloads

FieldCode()

Initializes a new instance of the FieldCode class.

FieldCode(String)

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

FieldCode()

Initializes a new instance of the FieldCode class.

public FieldCode ();
Public Sub New ()

Applies to

FieldCode(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to