TextLeadingSpacesOptions

TextLeadingSpacesOptions enumeration

Contains available options for leading space handling during opening plain text document (TXT)

public enum TextLeadingSpacesOptions

Values

Name Value Description
ConvertToIndent 0 Convert one or more consecutive spaces to the left indent. Default value.
Preserve 1 Pass all leading spaces to the output HTML “as is”, without touching them
Trim 2 Trim (truncate) all leading spaces completely

See Also