Skip to main content

DocumentFormat

Represents the format of a document type.

enum DocumentFormat {
IMAGE
LINK
PDF
TEXT
UPLOADED_DOCUMENT
VIDEO_URL
}

Values

DocumentFormat.IMAGE

Image.

Link.

DocumentFormat.PDF

PDF.

DocumentFormat.TEXT

Text.

DocumentFormat.UPLOADED_DOCUMENT

Uploaded document.

DocumentFormat.VIDEO_URL

Video URL.

Member Of

DocumentType interface ● ImageDocumentType object ● LinkDocumentType object ● PDFDocumentType object ● TextDocumentType object ● UploadedDocumentDocumentType object ● VideoLinkDocumentType object