Google Apps Script API
    Preparing search index...

    An enum that represents the crop styles applied to image components. If you want to apply a crop style to an IconImage, you can only use SQUARE or CIRCLE.

    Index

    Enumeration Members

    CIRCLE: number

    Circle shape crop style.

    RECTANGLE_4_3: number

    Rectangle shape crop style with 4:3 ratio.

    RECTANGLE_CUSTOM: number

    Rectangle shape crop style with custom ratio.

    SQUARE: number

    Square shape crop style.