Format
Inheritance: java.lang.Object, java.lang.Enum
public enum Format extends Enum<Format>
Bidang
| Bidang | Deskripsi |
|---|---|
| Csv | Menyimpan dokumen sebagai file CSV (.csv). |
| Docx | Menyimpan hasil sebagai Office Open XML Word processing ML Document (tanpa makro). |
| Epub | Menyimpan dokumen sebagai file EPUB. |
| Html | Menyimpan dokumen sebagai file HTML. |
| Json | Menyimpan hasil sebagai teks biasa yang ditulis dalam notasi objek JavaScript. |
| Md | Menyimpan dokumen sebagai file Markdown. |
| Menyimpan hasil sebagai dokumen PDF (Adobe Portable Document). | |
| PdfNoImg | Menyimpan dokumen sebagai PDF yang Dapat Dicari (Adobe Portable Document) tanpa gambar. |
| Rtf | Menyimpan dokumen sebagai file rtf. |
| Text | Menyimpan hasil dalam format teks biasa. |
| Xlsx | Menyimpan hasil sebagai dokumen workbook Excel (2007 ke atas). |
| Xml | Menyimpan hasil sebagai Dokumen XML. |
| hOcr | Menyimpan dokumen sebagai file hOCR (.html). |
Csv
public static final Format Csv
Menyimpan dokumen sebagai file CSV (.csv).
Docx
public static final Format Docx
Menyimpan hasil sebagai Office Open XML Word processing ML Document (tanpa makro).
Epub
public static final Format Epub
Menyimpan dokumen sebagai file EPUB.
Html
public static final Format Html
Menyimpan dokumen sebagai file HTML.
Json
public static final Format Json
Menyimpan hasil sebagai teks biasa yang ditulis dalam notasi objek JavaScript.
Md
public static final Format Md
Menyimpan dokumen sebagai file Markdown.
public static final Format Pdf
Menyimpan hasil sebagai dokumen PDF (Adobe Portable Document).
PdfNoImg
public static final Format PdfNoImg
Menyimpan dokumen sebagai PDF yang Dapat Dicari (Adobe Portable Document) tanpa gambar.
Rtf
public static final Format Rtf
Menyimpan dokumen sebagai file rtf.
Text
public static final Format Text
Menyimpan hasil dalam format teks biasa.
Xlsx
public static final Format Xlsx
Menyimpan hasil sebagai dokumen workbook Excel (2007 ke atas).
Xml
public static final Format Xml
Menyimpan hasil sebagai Dokumen XML.
hOcr
public static final Format hOcr
Menyimpan dokumen sebagai file hOCR (.html).