com.groupdocs.editor.options

Class TextLeadingSpacesOptions



  • public final class TextLeadingSpacesOptions
    extends Object

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

    • Field Detail

      • ConvertToIndent

        public static final int ConvertToIndent

        Convert one or more consecutive spaces to the left indent. Default value.

        See Also:
        Constant Field Values
      • Preserve

        public static final int Preserve

        Pass all leading spaces to the output HTML "as is", without touching them

        See Also:
        Constant Field Values
      • Trim

        public static final int Trim

        Trim (truncate) all leading spaces completely

        See Also:
        Constant Field Values