Modifier and Type | Class and Description |
---|---|
class |
HtmlListFormatter
Provides the functionality to format the list as HTML formatting.
|
class |
MarkdownListFormatter
Provides the functionality to format the list as Markdown formatting.
|
class |
PlainListFormatter
Provides the functionality to format the list as a plain text formatting.
|
Modifier and Type | Method and Description |
---|---|
abstract ListFormatter |
DocumentFormatter.createListFormatter()
Creates a formatter for list.
|
ListFormatter |
HtmlDocumentFormatter.createListFormatter()
Creates a formatter for list.
|
ListFormatter |
MarkdownDocumentFormatter.createListFormatter()
Creates a formatter for list.
|
ListFormatter |
PlainDocumentFormatter.createListFormatter()
Creates a formatter for list.
|
Copyright © 2018. All rights reserved.