Share via


DocumentAbstract Constructors

Definition

Overloads

DocumentAbstract()

Initializes a new instance of the DocumentAbstract class.

DocumentAbstract(String)

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

DocumentAbstract()

Initializes a new instance of the DocumentAbstract class.

public DocumentAbstract ();
Public Sub New ()

Applies to

DocumentAbstract(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to