Class ImportXHTMLProperties

java.lang.Object
org.docx4j.convert.in.xhtml.ImportXHTMLProperties

public class ImportXHTMLProperties extends Object
Since:
3.1
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • ImportXHTMLProperties

      public ImportXHTMLProperties()
  • Method Details

    • getProperty

      public static String getProperty(String key)
    • getProperty

      public static String getProperty(String key, String defaultValue)
    • getProperty

      public static boolean getProperty(String key, boolean defaultValue)
    • getProperties

      public static Properties getProperties()
    • setProperty

      public static void setProperty(String key, Boolean value)
      Useful if a unit test requires a certain property value.
    • setProperty

      public static void setProperty(String key, String value)
      Useful if a unit test requires a certain property value.