Enum LineFillType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
线条填充类型
线条填充类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
SlidesApp.LineFillType.SOLID
。
属性
属性 | 类型 | 说明 |
UNSUPPORTED | Enum | 不受支持的线条填充类型。 |
NONE | Enum | 不填充,因此线条或轮廓是透明的。 |
SOLID | Enum | 单色填充。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eLineFillType\u003c/code\u003e in Google Slides API defines how lines are filled.\u003c/p\u003e\n"],["\u003cp\u003eYou can access the different line fill types using \u003ccode\u003eSlidesApp.LineFillType\u003c/code\u003e followed by the specific property like \u003ccode\u003eSOLID\u003c/code\u003e or \u003ccode\u003eNONE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe three available options are \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eNONE\u003c/code\u003e for transparent lines, and \u003ccode\u003eSOLID\u003c/code\u003e for solid color fills.\u003c/p\u003e\n"]]],["`LineFillType` defines the different kinds of line fills available. It is accessed via its parent class, like `SlidesApp.LineFillType.SOLID`. The available properties are: `UNSUPPORTED`, for an unsupported fill type; `NONE`, for a transparent line or outline; and `SOLID`, for a line filled with a solid color. These properties are all of `Enum` type and describe the state of the line fill.\n"],null,["# Enum LineFillType\n\nLineFillType\n\nThe kinds of line fill.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.LineFillType.SOLID`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|-------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | A line fill type that is not supported. |\n| `NONE` | `Enum` | No fill, so the line or outline is transparent. |\n| `SOLID` | `Enum` | A solid color fill. |"]]