Enum LineCategory
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 および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 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."]]],[]]