Class JsoupHtmlFormatterSettings
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterSettings
Utility class for Jsoup HTML formatter specific settings.
- Author:
- bahlef
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Property key which defines amount of spaces for indentation for the Jsoup HTML formatter.static final String
Property key which defines the line feed setting for the Jsoup HTML formatter.static final String
Property key which defines whether to outline or not for the Jsoup HTML formatter.static final String
Property key which defines whether to use pretty print or not for the Jsoup HTML formatter. -
Method Summary
-
Field Details
-
PRETTY_PRINT
Property key which defines whether to use pretty print or not for the Jsoup HTML formatter.- Since:
- 1.15.3
- See Also:
-
INDENT_SIZE
Property key which defines amount of spaces for indentation for the Jsoup HTML formatter.- Since:
- 1.15.3
- See Also:
-
OUTLINE
Property key which defines whether to outline or not for the Jsoup HTML formatter.- Since:
- 1.15.3
- See Also:
-
LINEFEED
Property key which defines the line feed setting for the Jsoup HTML formatter.- Since:
- 1.15.3
- See Also:
-