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