com.lowagie.text.rtf.document.output.RtfLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rtf-gen Show documentation
Show all versions of rtf-gen Show documentation
RTF generation library derived from iText-2.1.7. All PDF features and RTF parsing are removed. Code is modernized for Java 8.
package com.lowagie.text.rtf.document.output;
public interface RtfLogger {
void warn(String message);
void error(Throwable error);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy