DocumentAbstract 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
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.