Modifier and Type | Class and Description |
---|---|
class |
HtmlTableFormatter
Provides the functionality to format the table as HTML formatting.
|
class |
MarkdownTableFormatter
Provides the functionality to format the table as Markdown formatting.
|
class |
PlainTableFormatter
Provides the functionality to format the table as a plain text formatting.
|
Modifier and Type | Method and Description |
---|---|
abstract TableFormatter |
DocumentFormatter.createTableFormatter()
Creates a formatter for table.
|
TableFormatter |
HtmlDocumentFormatter.createTableFormatter()
Creates a formatter for table.
|
TableFormatter |
MarkdownDocumentFormatter.createTableFormatter()
Creates a formatter for table.
|
TableFormatter |
PlainDocumentFormatter.createTableFormatter()
Creates a formatter for table.
|
Copyright © 2018. All rights reserved.