Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DocumentFormat

import type { DocumentFormat } from "https://googleapis.deno.dev/v1/docs:v1.ts";

Represents document-level format settings.

interface DocumentFormat {
documentMode?: "DOCUMENT_MODE_UNSPECIFIED" | "PAGES" | "PAGELESS";
}

§Properties

§
documentMode?: "DOCUMENT_MODE_UNSPECIFIED" | "PAGES" | "PAGELESS"
[src]

Whether the document has pages or is pageless.