DeletedText Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.