Enum LineCategory
線カテゴリ線のカテゴリ。
作成される LineType
は、カテゴリと、他のページ要素に接続するためにルーティングされる方法に基づいて決定されます。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
SlidesApp.LineCategory.STRAIGHT
です。
プロパティ
プロパティ | タイプ | 説明 |
UNSUPPORTED | Enum | サポートされていない線のカテゴリ。 |
STRAIGHT | Enum | ストレート コネクタ(ストレート コネクタ 1 を含む)。 |
BENT | Enum | コネクタの曲がり(コネクタ 2 ~ 5 の曲がりを含む)。 |
CURVED | Enum | 曲線コネクタ(曲線コネクタ 2 ~ 5 など)。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-03 UTC。
[null,null,["最終更新日 2024-12-03 UTC。"],[[["`LineCategory` defines the type of line used to connect elements in Google Slides, with options like straight, bent, and curved."],["The specific `LineType` is automatically determined based on the chosen `LineCategory` and how it connects to other elements on the page."],["You can access specific line categories using the enum structure like `SlidesApp.LineCategory.STRAIGHT` to specify the desired line type in your code."],["Several line categories are available, including `STRAIGHT`, `BENT`, `CURVED`, and `UNSUPPORTED` for types not currently implemented."]]],[]]