TextLeadingSpacesOptions
Leave feedback
On this page
Inheritance: java.lang.Object
public final class TextLeadingSpacesOptions
Contains available options for leading space handling during opening plain text document (TXT)
| Field | Description |
|---|---|
| ConvertToIndent | Convert one or more consecutive spaces to the left indent. |
| Preserve | Pass all leading spaces to the output HTML “as is”, without touching them |
| Trim | Trim (truncate) all leading spaces completely |
public static final int ConvertToIndent
Convert one or more consecutive spaces to the left indent. Default value.
public static final int Preserve
Pass all leading spaces to the output HTML “as is”, without touching them
public static final int Trim
Trim (truncate) all leading spaces completely
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.