Class ImageCropStyle
ImageCropStyle
表示可应用于图片组件的剪裁样式的类。您无法设置图片大小或调整图片大小,但可以剪裁图片。
详细文档
setAspectRatio(ratio)
设置剪裁类型为 RECTANGLE_CUSTOM
时要使用的宽高比。该比率必须是正值。
参数
名称 | 类型 | 说明 |
ratio | Number | 要采用的比率。 |
弃踢回攻
ImageCropStyle
- 此对象,用于实现链式处理。
抛出
Error
- 如果输入为负或零。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):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."]]],[]]