TextLeadingSpacesOptions Enumeration |
Contains available options for leading space handling during opening plain text document (TXT)
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.4.0.0
Syntaxpublic enum TextLeadingSpacesOptions
Public Enumeration TextLeadingSpacesOptions
public enum class TextLeadingSpacesOptions
type TextLeadingSpacesOptions
Members
| Member 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