Searched refs:sStoreFileUrl (Results 1 – 1 of 1) sorted by relevance
416 StringBuffer sStoreFileUrl = new StringBuffer(); in storePrintExample() local417 sStoreFileUrl.append(sourceFile.toURL().toString()); in storePrintExample()418 sStoreFileUrl.append("somepopularfileformat.doc"); in storePrintExample()420 storeDocComponent(xDoc, sStoreFileUrl.toString() ); in storePrintExample()
Completed in 17 milliseconds