Package org.docx4j.convert.in.xhtml
Class ImportXHTMLProperties
java.lang.Object
org.docx4j.convert.in.xhtml.ImportXHTMLProperties
- Since:
- 3.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Propertiesstatic StringgetProperty(String key) static booleangetProperty(String key, boolean defaultValue) static StringgetProperty(String key, String defaultValue) static voidsetProperty(String key, Boolean value) Useful if a unit test requires a certain property value.static voidsetProperty(String key, String value) Useful if a unit test requires a certain property value.
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
ImportXHTMLProperties
public ImportXHTMLProperties()
-
-
Method Details
-
getProperty
-
getProperty
-
getProperty
-
getProperties
-
setProperty
Useful if a unit test requires a certain property value. -
setProperty
Useful if a unit test requires a certain property value.
-