public abstract class TextLine extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TextLine.BlankLine
A blank line will continue the comment or non-comment status of the block.
|
static class |
TextLine.HRLine
A horizontal rule / separator line.
|
static class |
TextLine.StringLine
A line of text.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
wrap
Indicates if this line should be wrapped if too long.
|
| Constructor and Description |
|---|
TextLine() |
protected Boolean wrap
Copyright © 2022. All rights reserved.