Google Apps Script API
    Preparing search index...
    interface DocumentStyle {
        background?: Background;
        defaultFooterId?: string;
        defaultHeaderId?: string;
        evenPageFooterId?: string;
        evenPageHeaderId?: string;
        firstPageFooterId?: string;
        firstPageHeaderId?: string;
        marginBottom?: GoogleAppsScript.Docs.Schema.Dimension;
        marginLeft?: GoogleAppsScript.Docs.Schema.Dimension;
        marginRight?: GoogleAppsScript.Docs.Schema.Dimension;
        marginTop?: GoogleAppsScript.Docs.Schema.Dimension;
        pageNumberStart?: number;
        pageSize?: GoogleAppsScript.Docs.Schema.Size;
        useEvenPageHeaderFooter?: boolean;
        useFirstPageHeaderFooter?: boolean;
    }
    Index

    Properties

    background?: Background
    defaultFooterId?: string
    defaultHeaderId?: string
    evenPageFooterId?: string
    evenPageHeaderId?: string
    firstPageFooterId?: string
    firstPageHeaderId?: string
    pageNumberStart?: number
    useEvenPageHeaderFooter?: boolean
    useFirstPageHeaderFooter?: boolean