Skip to content
bmatzelle edited this page Oct 2, 2012 · 6 revisions

com.vuzit.Document class

A document in Vuzit.

Methods

Static and instance object methods.

  • static destroy : Deletes a document the by the ID.
  • static downloadUrl : Returns a URL to the downloadable file.
  • static find : Loads a document by the ID.
  • static findAll : Searches for a document according to the supplied query and options.
  • static upload : Uploads a document.

Instance Methods

Instance object getters and setters.

  • String getId : Returns the web ID of the document.
  • String getTitle : Title of the document.
  • String getSubject : Subject of the document.
  • String getExcerpt : A short excerpt of text from the beginning of a document.
  • int getFileSize : Size of the document in bytes.
  • int getPageCount : Number of pages of the document.
  • int getPageWidth : Width of the document in points (pps).
  • int getPageHeight : Height of the document in points (pps).
  • int getStatus : Returns the status of the document. See the list of status codes.

Clone this wiki locally