| | |
| | | private boolean demoEnabled; |
| | | |
| | | private static String profile; |
| | | private static String docx2pdf; |
| | | private static String docx2pdfPath; |
| | | |
| | | private static boolean addressEnabled; |
| | | private static String imagePath; |
| | |
| | | return getProfile() + "/images"; |
| | | } |
| | | |
| | | public static String getDocx2pdf() { |
| | | return docx2pdf; |
| | | public static String getDocx2pdfPath() { |
| | | return docx2pdfPath; |
| | | } |
| | | |
| | | public static void setDocx2pdf(String docx2pdf) { |
| | | EssConfig.docx2pdf = docx2pdf; |
| | | public static void setDocx2pdfPath(String docx2pdfPath) { |
| | | EssConfig.docx2pdfPath = docx2pdfPath; |
| | | } |
| | | } |