LineBreakStyle

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.markdownoptions.LineBreakStyle, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.markdownoptions.LineBreakStyle, com.aspose.ms.System.Enum, com.aspose.pdf.markdownoptions.LineBreakStyle

public final class LineBreakStyle extends com.aspose.ms.System.Enum

Represents the possible line break styles for a file.

Fields

FieldDescription
AutoAutomatically select the type of string wrapping based on the operating system.
UnixSelect the Unix string wrap style(LF). Also used for OSX.
WindowsSelects the Windows string wrap style(CRLF).

Auto

public static final int Auto

Automatically select the type of string wrapping based on the operating system.

Unix

public static final int Unix

Select the Unix string wrap style(LF). Also used for OSX.

Windows

public static final int Windows

Selects the Windows string wrap style(CRLF).