Literal Constructors

Definition

Overloads

Literal()

Initializes a new instance of the Literal class.

Literal(String)

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

Literal()

Initializes a new instance of the Literal class.

public Literal ();
Public Sub New ()

Applies to

Literal(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to