public final class LineBreakStyle
extends com.aspose.ms.System.Enum
Represents the possible line break styles for a file.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
Automatically select the type of string wrapping based on the operating system.
|
static int |
Unix
Select the Unix string wrap style(LF).
|
static int |
Windows
Selects the Windows string wrap style(CRLF).
|
public static final int Windows
Selects the Windows string wrap style(CRLF).
public static final int Unix
Select the Unix string wrap style(LF). Also used for OSX.
public static final int Auto
Automatically select the type of string wrapping based on the operating system.
Copyright © 2024 Aspose. All Rights Reserved.