Uses of Class
jApp.Document.SaveOptions

Uses of Document.SaveOptions in jApp
 

Methods in jApp that return Document.SaveOptions
static Document.SaveOptions Document.SaveOptions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Document.SaveOptions[] Document.SaveOptions.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jApp with parameters of type Document.SaveOptions
protected  boolean Document.save(Document.SaveOptions saveMode)
          Performs the saving of the document through a temporari file according to save mode.