Google Apps Script API
    Preparing search index...

    A class that represents a crop style that can be applied to image components.

    interface ImageCropStyle {
        setAspectRatio(ratio: number): ImageCropStyle;
        setImageCropType(type: ImageCropType): ImageCropStyle;
    }
    Index

    Methods