| Package | Description |
|---|---|
| com.communote.server.core.blog.export | |
| com.communote.server.core.blog.export.impl |
| Modifier and Type | Method and Description |
|---|---|
static NoteWriter |
NoteWriterFactory.getExporter(ExportFormat exportFormat) |
static NoteWriter |
NoteWriterFactory.getExporter(String exportFormat) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NoteWriterFactory.addWriter(String exportFormat,
NoteWriter writer)
Adds a new writer or replaces an existing writer for the given export format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RssNoteWriter
Exporter for RSS.
|
class |
RtfNoteWriter
This abstract class provides methods for creating footer and header for PDF and RTF documents,
which both uses iText for creating the output
document.
|
Copyright © 2019 Communote team. All rights reserved.