public final class TextLeadingSpacesOptions extends Object
Contains available options for leading space handling during opening plain text document (TXT)
Modifier and Type | Field and Description |
---|---|
static int |
ConvertToIndent
Convert one or more consecutive spaces to the left indent.
|
static int |
Preserve
Pass all leading spaces to the output HTML "as is", without touching them
|
static int |
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