Html2PdfFontPaths.java
589 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.html2pdf;
import org.omg.CORBA.portable.IDLEntity;
public final class Html2PdfFontPaths
implements IDLEntity {
public String customerFontPath = null;
public String adobeFontPath = null;
public String systemFontPath = null;
public Html2PdfFontPaths() {
}
public Html2PdfFontPaths(String _customerFontPath, String _adobeFontPath, String _systemFontPath) {
this.customerFontPath = _customerFontPath;
this.adobeFontPath = _adobeFontPath;
this.systemFontPath = _systemFontPath;
}
}