TextLine.BlankLine, TextLine.HRLine, TextLine.StringLine| Constructor and Description |
|---|
BlankLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
String |
getLine(PrintFormat format) |
String |
getLineComment(PrintFormat format) |
List<String> |
getWrappedBlockComment(PrintFormat format,
boolean startComment,
boolean endComment) |
List<String> |
getWrappedLine(PrintFormat format) |
List<String> |
getWrappedLineComment(PrintFormat format) |
public String getLine(PrintFormat format)
public String getLineComment(PrintFormat format)
public String getBlockComment(PrintFormat format, boolean startComment, boolean endComment)
public List<String> getWrappedLine(PrintFormat format)
public List<String> getWrappedLineComment(PrintFormat format)
public List<String> getWrappedBlockComment(PrintFormat format, boolean startComment, boolean endComment)
Copyright © 2017. All rights reserved.