[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Saves a document to the file. Tab=Adobe [Property] Comments=Sets the comment for this version. ARG(string)|2| Document=Sets the document to save. ARG(Document)|20|(empty)|IndesignDocument ForceSave=Sets a value indicating whether forcibly save a version. ARG(bool)|14|1|True,False Path=Sets the full path to save the document. ARG(string)|2| SaveOptions=Sets a value indicating whether to save changes before closing the Document. ARG(idSaveOptions)|14|1|idNo,idAsk,idYes Stationery=Sets a value indicating whether to save the file as stationery. ARG(bool)|14|1|True,False [Methods] doSave=Saves a document to the file. ARG(string path, bool stationery, bool forcesave)|1|0 *doSaveACopy=Saves a copy of the document. ARG(string path, bool stationery)|1|0 *doClose=Closes a document. ARG(idSaveOptions saveoptions, string path, string comments, bool forcesave)|1|0 *doRevert=Reverts the document to its state at the last save operation. ARG()|1|0 onComplete=Occurs after saving and returns the saved document. ARG(Document)|2|0 *onRevert=Occurs after restoring a document and returns the result. ARG(bool)|2|104 Document=Defines the document to save. ARG(Document)|4|0 *path=Defines the full path to save the document. ARG(string)|4|2 *comments=Defines the comment for this version. ARG(string)|4|2 *forceSave=Defines a value indicating whether forcibly save a version. ARG(bool)|4|104 *saveOptions=Defines a value indicating whether to save changes before closing the Document. ARG(idSaveOptions)|4|0 *stationery=Defines a value indicating whether to save the file as stationery. ARG(bool)|4|104