DeletedText Constructors

Definition

Overloads

DeletedText()

Initializes a new instance of the DeletedText class.

DeletedText(String)

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

DeletedText()

Initializes a new instance of the DeletedText class.

public DeletedText ();
Public Sub New ()

Applies to

DeletedText(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to