Class ImageCropStyle
ImageCropStyle
代表可套用至圖片元件的裁剪樣式的類別。您無法設定圖片大小或調整大小,但可以裁剪圖片。
內容詳盡的說明文件
setAspectRatio(ratio)
設定裁剪類型為 RECTANGLE_CUSTOM
時要使用的顯示比例。比率必須是正值。
參數
名稱 | 類型 | 說明 |
ratio | Number | 要套用的比率。 |
回攻員
ImageCropStyle
— 此物件用於鏈結。
擲回
Error
:如果輸入內容為負數或零。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`ImageCropStyle` allows cropping images within Google Apps Script, but not resizing them directly."],["Two main methods, `setAspectRatio` and `setImageCropType`, provide control over the cropping process."],["`setAspectRatio` is applicable only when using the `RECTANGLE_CUSTOM` crop type and requires a positive ratio value."],["`setImageCropType` lets you choose the shape of the crop, with `SQUARE` being the default option."],["Both methods return the `ImageCropStyle` object, enabling method chaining for streamlined code."]]],[]]