Enum LineFillType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
線塗りつぶしタイプ
線の塗りつぶしの種類。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
SlidesApp.LineFillType.SOLID
です。
プロパティ
プロパティ | タイプ | 説明 |
UNSUPPORTED | Enum | サポートされていない線の塗りつぶしタイプ。 |
NONE | Enum | 塗りつぶしがないため、線や枠線は透明です。 |
SOLID | Enum | 単色の塗りつぶし。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\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. |"]]