Format

Inheritance: java.lang.Object, java.lang.Enum

public enum Format extends Enum<Format>

Bidang

BidangDeskripsi
CsvMenyimpan dokumen sebagai file CSV (.csv).
DocxMenyimpan hasil sebagai Office Open XML Word processing ML Document (tanpa makro).
EpubMenyimpan dokumen sebagai file EPUB.
HtmlMenyimpan dokumen sebagai file HTML.
JsonMenyimpan hasil sebagai teks biasa yang ditulis dalam notasi objek JavaScript.
MdMenyimpan dokumen sebagai file Markdown.
PdfMenyimpan hasil sebagai dokumen PDF (Adobe Portable Document).
PdfNoImgMenyimpan dokumen sebagai PDF yang Dapat Dicari (Adobe Portable Document) tanpa gambar.
RtfMenyimpan dokumen sebagai file rtf.
TextMenyimpan hasil dalam format teks biasa.
XlsxMenyimpan hasil sebagai dokumen workbook Excel (2007 ke atas).
XmlMenyimpan hasil sebagai Dokumen XML.
hOcrMenyimpan 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.

Pdf

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).