FieldCodes Constructors

Definition

Overloads

FieldCodes()

Initializes a new instance of the FieldCodes class.

FieldCodes(String)

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

FieldCodes()

Initializes a new instance of the FieldCodes class.

public FieldCodes ();
Public Sub New ()

Applies to

FieldCodes(String)

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

public FieldCodes (string text);
new DocumentFormat.OpenXml.Vml.Office.FieldCodes : string -> DocumentFormat.OpenXml.Vml.Office.FieldCodes
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to