Formaat
Inheritance: java.lang.Object, java.lang.Enum
public enum Format extends Enum<Format>
Velden
| Veld | Beschrijving |
|---|---|
| Csv | Slaat het document op als een CSV‑bestand (.csv). |
| Docx | Slaat het resultaat op als een Office Open XML Word-verwerkings‑ML‑document (macro‑vrij). |
| Epub | Slaat het document op als een EPUB‑bestand. |
| Html | Slaat het document op als een HTML‑bestand. |
| Json | Slaat het resultaat op als platte tekst geschreven in JavaScript‑objectnotatie. |
| Md | Slaat het document op als Markdown‑bestand. |
| Slaat het resultaat op als een PDF (Adobe Portable Document) document. | |
| PdfNoImg | Slaat het document op als een doorzoekbare PDF (Adobe Portable Document) document zonder afbeelding. |
| Rtf | Slaat het document op als een rtf‑bestand. |
| Text | Slaat het resultaat op in platte‑tekstformaat. |
| Xlsx | Slaat het resultaat op als een Excel‑werkmap (2007 en later) document. |
| Xml | Slaat het resultaat op als een XML‑document. |
| hOcr | Slaat 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.
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.