Formaat

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

public enum Format extends Enum<Format>

Velden

VeldBeschrijving
CsvSlaat het document op als een CSV‑bestand (.csv).
DocxSlaat het resultaat op als een Office Open XML Word-verwerkings‑ML‑document (macro‑vrij).
EpubSlaat het document op als een EPUB‑bestand.
HtmlSlaat het document op als een HTML‑bestand.
JsonSlaat het resultaat op als platte tekst geschreven in JavaScript‑objectnotatie.
MdSlaat het document op als Markdown‑bestand.
PdfSlaat het resultaat op als een PDF (Adobe Portable Document) document.
PdfNoImgSlaat het document op als een doorzoekbare PDF (Adobe Portable Document) document zonder afbeelding.
RtfSlaat het document op als een rtf‑bestand.
TextSlaat het resultaat op in platte‑tekstformaat.
XlsxSlaat het resultaat op als een Excel‑werkmap (2007 en later) document.
XmlSlaat het resultaat op als een XML‑document.
hOcrSlaat het document op als een hOCR‑(.html)‑bestand.

Csv

public static final Format Csv

Slaat het document op als een CSV‑bestand (.csv).

Docx

public static final Format Docx

Slaat het resultaat op als een Office Open XML Word-verwerkings‑ML‑document (macro‑vrij).

Epub

public static final Format Epub

Slaat het document op als een EPUB‑bestand.

Html

public static final Format Html

Slaat het document op als een HTML‑bestand.

Json

public static final Format Json

Slaat het resultaat op als platte tekst geschreven in JavaScript‑objectnotatie.

Md

public static final Format Md

Slaat het document op als Markdown‑bestand.

Pdf

public static final Format Pdf

Slaat het resultaat op als een PDF (Adobe Portable Document) document.

PdfNoImg

public static final Format PdfNoImg

Slaat het document op als een doorzoekbare PDF (Adobe Portable Document) document zonder afbeelding.

Rtf

public static final Format Rtf

Slaat het document op als een rtf‑bestand.

Text

public static final Format Text

Slaat het resultaat op in platte‑tekstformaat.

Xlsx

public static final Format Xlsx

Slaat het resultaat op als een Excel‑werkmap (2007 en later) document.

Xml

public static final Format Xml

Slaat het resultaat op als een XML‑document.

hOcr

public static final Format hOcr

Slaat het document op als een hOCR‑(.html)‑bestand.