Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Table of Contents

Table of Contents
Description

Excerpt

WordApplication is the main class for pure code-based Word document generation (for information about template-based workbook generation, see WordTemplate ). This class is an engine used to open, create, and write (save to disk or stream to a browser) Word documents. A single instance of WordApplication can generate multiple documents.

...

Name

Description

AlwaysUseUnicode

Excerpt Include
WW8:WordApplication.AlwaysUseUnicodeWW8:
WordApplication.AlwaysUseUnicode
nopaneltrue

LicenseKey

Excerpt Include
WW8:WordApplication.LicenseKeyWW8:
WordApplication.LicenseKey
nopaneltrue

Preserve

Excerpt Include
WW8:WordApplication.PreserveWW8:
WordApplication.Preserve
nopaneltrue

Version

Excerpt Include
WW8:WordApplication.VersionWW8:
WordApplication.Version
nopaneltrue

...

Name

Description

Create()

Excerpt Include
WW8:WordApplication.Create()WW8:
WordApplication.Create()
nopaneltrue

Open(String)

Excerpt Include
WW8:WordApplication.Open(String)WW8:
WordApplication.Open(String)
nopaneltrue

Open(System.IO.Stream)

Excerpt Include
WW8:WordApplication.Open(System.IO.Stream)WW8:
WordApplication.Open(System.IO.Stream)
nopaneltrue

Open(WordTemplate)

Excerpt Include
WW8:WordApplication.Open(WordTemplate)WW8:
WordApplication.Open(WordTemplate)
nopaneltrue

Save(Document, String)

Excerpt Include
WW8:WordApplication.Save(Document, String)WW8:
WordApplication.Save(Document, String)
nopaneltrue

Save(Document, System.IO.Stream)

Excerpt Include
WW8:WordApplication.Save(Document, System.IO.Stream)WW8:
WordApplication.Save(Document, System.IO.Stream)
nopaneltrue

Save(Document, System.Web.HttpResponse, String, Boolean)

Excerpt Include
WW8:WordApplication.Save(Document, System.Web.HttpResponse, String, Boolean)WW8:
WordApplication.Save(Document, System.Web.HttpResponse, String, Boolean)
nopaneltrue

Save(Document, System.Web.HttpResponse, String, Boolean, String)

Excerpt Include
WW8:WordApplication.Save(Document, System.Web.HttpResponse, String, Boolean, String)WW8:
WordApplication.Save(Document, System.Web.HttpResponse, String, Boolean, String)
nopaneltrue

WordApplication()

Excerpt Include
WW8:WordApplication.WordApplication()WW8:
WordApplication.WordApplication()
nopaneltrue

...

Overload

Description

Open(Microsoft.SharePoint.SPDocumentLibrary, String)

Excerpt Include
WW8:SharePointIntegration.Open(WordApplication, Microsoft.SharePoint.SPDocumentLibrary, String)WW8:
SharePointIntegration.Open(WordApplication, Microsoft.SharePoint.SPDocumentLibrary, String)
nopaneltrue

Open(Microsoft.SharePoint.SPListItem, String)

Excerpt Include
WW8:SharePointIntegration.Open(WordApplication, Microsoft.SharePoint.SPListItem, String)WW8:
SharePointIntegration.Open(WordApplication, Microsoft.SharePoint.SPListItem, String)
nopaneltrue

Save(Document, Microsoft.SharePoint.SPDocumentLibrary, String, Boolean)

Excerpt Include
WW8:SharePointIntegration.Save(WordApplication, Document, Microsoft.SharePoint.SPDocumentLibrary, String, Boolean)WW8:
SharePointIntegration.Save(WordApplication, Document, Microsoft.SharePoint.SPDocumentLibrary, String, Boolean)
nopaneltrue

Save(Document, Microsoft.SharePoint.SPListItem, String)

Excerpt Include
WW8:SharePointIntegration.Save(WordApplication, Document, Microsoft.SharePoint.SPListItem, String)WW8:
SharePointIntegration.Save(WordApplication, Document, Microsoft.SharePoint.SPListItem, String)
nopaneltrue