Edit

Share via


Word.SaveConfiguration enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the save options.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Fields

doNotSaveChanges = "DoNotSaveChanges"

Specifies not to save changes.

promptToSaveChanges = "PromptToSaveChanges"

Specifies to prompt to save changes.

saveChanges = "SaveChanges"

Specifies to save changes.