Google Apps Script API
    Preparing search index...

    A fill that renders an image that's stretched to the dimensions of its container.

    interface PictureFill {
        getAs(contentType: string): Blob;
        getBlob(): Blob;
        getContentUrl(): string;
        getSourceUrl(): string;
    }
    Index

    Methods