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";
}import type { DocumentFormat } from "https://googleapis.deno.dev/v1/docs:v1.ts";
Represents document-level format settings.