All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpedal.examples.html.util.js Maven / Gradle / Ivy

The newest version!
/* 
 * Adobe Util Object
 * By Lyndon Armitage
 */

function util() {
    this.crackURL = function (cURL) {
        
    }
    this.iconStreamFromIcon = function (oIcon) {
        
    }
    this.printd = function (cFormat, oDate, bXFAPicture) {
        
    }
    this.printf = function (cFormat, arguments) {
        
    }
    this.printx = function (cFormat, cSource) {
        
    }
    this.scand = function (cFormat, cDate) {
        
    }
    this.spansToXML = function (spanObjects) {
        
    }
    this.streamFromString = function (cString, cCharSet) {
        
    }
    this.stringFromStream = function (oStream, cCharSet) {
        
    }
    this.xmlToSpans = function (string) {
        
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy