public class PrintFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
blockCommentEnd |
String |
blockCommentSeparator |
String |
blockCommentStart
either block comments or lineComment should be non-null, but not both
|
String |
hr |
String |
lineCommentPrefix |
String |
lineCommentPrefixSeparator |
int |
lineWidth |
String |
secondLineIndent |
| Constructor and Description |
|---|
PrintFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
usesBlockComments() |
boolean |
usesLineComments() |
public String blockCommentStart
public String blockCommentEnd
public String blockCommentSeparator
public String lineCommentPrefix
public String lineCommentPrefixSeparator
public String secondLineIndent
public String hr
public int lineWidth
Copyright © 2017. All rights reserved.