public final class PlainDocumentFormatter extends DocumentFormatter
Provides a plain text formatter.
Constructor and Description |
---|
PlainDocumentFormatter()
Initializes a new instance
of the
PlainDocumentFormatter class. |
PlainDocumentFormatter(PlainTableFrame frame)
Initializes a new instance
of the
PlainDocumentFormatter class. |
Modifier and Type | Method and Description |
---|---|
ListFormatter |
createListFormatter()
Creates a formatter for list.
|
TableFormatter |
createTableFormatter()
Creates a formatter for table.
|
TextFormatter |
createTextFormatter()
Creates a formatter for text.
|
isNestedTablesSupported
public PlainDocumentFormatter()
Initializes a new instance
of the PlainDocumentFormatter
class.
public PlainDocumentFormatter(PlainTableFrame frame)
Initializes a new instance
of the PlainDocumentFormatter
class.
frame
- An instance of the
PlainTableFrame
.public TextFormatter createTextFormatter()
Creates a formatter for text.
createTextFormatter
in class DocumentFormatter
public ListFormatter createListFormatter()
Creates a formatter for list.
createListFormatter
in class DocumentFormatter
public TableFormatter createTableFormatter()
Creates a formatter for table.
createTableFormatter
in class DocumentFormatter
Copyright © 2019. All rights reserved.