public class StandardLineBreaks extends java.lang.Object implements LineBreaks
| Modifier and Type | Class and Description |
|---|---|
static class |
StandardLineBreaks.Type
Defines standard line break types
|
| Constructor and Description |
|---|
StandardLineBreaks()
Creates a new object with the system's default line break style.
|
StandardLineBreaks(StandardLineBreaks.Type t)
Creates a new object with the specified line break style
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getString()
Gets the string used to represent line breaks
|
static java.lang.String |
getString(StandardLineBreaks.Type t)
Gets the string used to represent line breaks
|
public StandardLineBreaks()
public StandardLineBreaks(StandardLineBreaks.Type t)
t - the type of line breakpublic java.lang.String getString()
LineBreaksgetString in interface LineBreakspublic static java.lang.String getString(StandardLineBreaks.Type t)
t - the type of line breaks