String ignoredTags = prefs.getIgnoredTags();
int maxLineWidth = prefs.getMaximumLineWidth();
FormatterPreferences formatprefs = new FormatterPreferences();
formatprefs.setEnforceMaximumLineWidth(enforceMaxLineWidth);
formatprefs.tidyTags(tidyTags);
formatprefs.collapseWhiteSpace(collapseWhitespace);
formatprefs.indentAllElements(indentAllElements);
formatprefs.changeTagCase(changeTagCase);
formatprefs.changeTagCaseUpper(changeTagCaseUpper);
formatprefs.changeTagCaseLower(changeTagCaseLower);