Skip to content
Snippets Groups Projects
Select Git revision
  • a32cc13b760746e4e9c9d09b8626dd90535b31d0
  • master default protected
2 results

getfeatureinfo.md

Blame
  • Forked from Documentation / doc_module_vmap
    Source project has a limited visibility.
    jspdf.js 908 B
    /**
     * 
     * @param {type} arg1
     * @returns {jsPDF}
     */
    function jsPDF (arg1) {};
    
    /**
     * 
     * @param {type} arg1
     * @param {type} arg2
     * @param {type} arg3
     * @param {type} arg4
     * @returns {undefined}
     */
    jsPDF.prototype.fromHTML = function (arg1, arg2, arg3, arg4) {};
    
    /**
     * 
     * @param {type} arg1
     * @param {type} arg2
     * @param {type} arg3
     * @param {type} arg4
     * @param {type} arg5
     * @param {type} arg6
     * @returns {undefined}
     */
    jsPDF.prototype.addImage = function (arg1, arg2, arg3, arg4, arg5, arg6) {};
    
    /**
     * 
     * @param {type} arg1
     * @returns {undefined}
     */
    jsPDF.prototype.save = function (arg1) {};
    
    /**
     * 
     * @param {type} arg1
     * @returns {undefined}
     */
    jsPDF.prototype.setPage = function (arg1) {};
    
    /**
     * 
     * @param {type} arg1
     * @param {type} arg2
     * @returns {undefined}
     */
    jsPDF.prototype.addHTML = function (arg1, arg2) {};