Package | Description |
---|---|
com.groupdocs.parser.legacy |
The package provides classes for legacy API.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlTextFormatter
Provides the functionality to format the text as HTML formatting.
|
class |
MarkdownTextFormatter
Provides the functionality to format the text as Markdown formatting.
|
class |
PlainTextFormatter
Provides the functionality to format the text as a plain text formatting.
|
Modifier and Type | Method and Description |
---|---|
abstract TextFormatter |
DocumentFormatter.createTextFormatter()
Creates a formatter for text.
|
TextFormatter |
HtmlDocumentFormatter.createTextFormatter()
Creates a formatter for text.
|
TextFormatter |
MarkdownDocumentFormatter.createTextFormatter()
Creates a formatter for text.
|
TextFormatter |
PlainDocumentFormatter.createTextFormatter()
Creates a formatter for text.
|
Copyright © 2019. All rights reserved.