TextTrailingSpacesOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public final class TextTrailingSpacesOptions
Contains available options for trailing space handling during opening plain text document (TXT)
| Field | Description |
|---|---|
| Trim | Trim (truncate) all trailing spaces completely. |
| Preserve | Pass all trailing spaces to the output HTML “as is”, without touching them |
public static final int Trim
Trim (truncate) all trailing spaces completely. Default value.
public static final int Preserve
Pass all trailing spaces to the output HTML “as is”, without touching them
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.