Sets the option to control handling of template text that consists entirely of whitespace. @param trimSpaces New value
(TrimSpacesOption trimSpaces)
| 538 | * @param trimSpaces New value |
| 539 | */ |
| 540 | public void setTrimSpaces(TrimSpacesOption trimSpaces) { |
| 541 | this.trimSpaces = trimSpaces; |
| 542 | } |
| 543 | |
| 544 | /** |
| 545 | * Sets the option to control handling of template text that consists entirely of whitespace. |