Exemplo n.º 1
0
 public HTMLBindingExport(SketchDocument document, boolean useRandomFile) {
   this.document = document;
   this.page = document.get(0);
   this.useRandomFile = useRandomFile;
 }