Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 4.5

Description

Writes a Document to a file and saves it to a SharePoint List Item.

C#
vb.net

Parameters

wordApplication
The current WordApplication object from which Save is being called
document
The Document to save.
listItem
The SharePoint List Item to which the file will be saved
fileName
Filename of the Document

Exceptions

System.Exception
Thrown if there is an error saving the file.

Remarks

The WordApplication.Preserve property is used to specify the way WordWriter will save the document. When the preserve property is set to true, WordWriter attempts to preserve all formatting and features that it doesn't directly support. This includes Fields, Footnotes, Hyperlinks, Comments, and Anchored Images. When the preserve property is false, only those features directly supported by WordWriter will be preserved. This includes all Tables, Lists, Headers and Footers.

Icon

This is an extension method for the WordApplication object to be used for saving documents to a SharePoint List Item from within SharePoint. To use this method, you must add a reference to SoftArtisans.OfficeWriter.WordWriter.SharePointIntegration.dll

Examples

C#
vb.net
  • No labels