Enum ListPreset
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リストプリセット
テキスト内のリスト用のグリフのプリセット パターン。
これらのプリセットでは、次のグリフが使用されます。
- ARROW: Unicode U+2794 コードポイントに対応する矢印(➔)
- ARROW3D: 3D シェーディング付きの矢印(➢)。Unicode U+27a2 コードポイントに対応します。
- チェックボックス: 空白の正方形(❏)は、Unicode U+274f コードポイントに対応しています。
- CIRCLE: 中空の円(○)。Unicode U+25cb コードポイントに対応します。
- DIAMOND: 塗りつぶされたダイヤモンド(◆)は、Unicode U+25c6 コードポイントに対応しています。
- DIAMONDX: ダイヤモンドに「x」が付いたマーク(❖)。Unicode U+2756 コードポイントに対応します。
- HOLLOWDIAMOND: 空洞のダイヤモンド(◇)。Unicode U+25c7 コードポイントに対応します。
- DISC: 塗りつぶされた円(●)は、Unicode U+25cf コードポイントに対応しています。
- SQUARE: 塗りつぶされた正方形(■)は、Unicode U+25a0 コードポイントに対応しています。
- STAR: Unicode U+2605 コードポイントに対応する星形(★)
- ALPHA: 小文字の英字(「a」、「b」、「c」など)。
- UPPERALPHA: 大文字(「A」、「B」、「C」など)。
- DIGIT: 数字(「1」、「2」、「3」など)。
- ZERODIGIT: 1 桁の数字の前にゼロが付いた数値(「01」、「02」、「03」など)。2 桁以上の数値には先頭にゼロを付けません。
- ROMAN: 小文字のローマ数字(「i」、「ii」、「iii」など)。
- UPPERROMAN: 大文字のローマ数字(「I」、「II」、「III」など)。
- LEFTTRIANGLE: 左を向いた三角形(◄)で、Unicode U+25c4 コードポイントに対応
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
SlidesApp.ListPreset.DISC_CIRCLE_SQUARE
です。
プロパティ
プロパティ | タイプ | 説明 |
DISC_CIRCLE_SQUARE | Enum | リストの最初の 3 つのネストレベルに「ディスク」、「円」、「正方形」のグリフが付いたリスト。 |
DIAMONDX_ARROW3D_SQUARE | Enum | リストの最初の 3 つのネストレベルに「DIAMONDX」、「ARROW3D」、「SQUARE」のグリフが使用されているリスト。 |
CHECKBOX | Enum | リストのネストレベルごとに「チェックボックス」記号が付いたリスト。 |
ARROW_DIAMOND_DISC | Enum | リストの最初の 3 つのネストレベルに「矢印」、「ダイヤモンド」、「円」の記号が付いたリスト。 |
STAR_CIRCLE_SQUARE | Enum | リストの最初の 3 つのネストレベルに「星」、「円」、「四角形」のグリフが付いたリスト。 |
ARROW3D_CIRCLE_SQUARE | Enum | 最初の 3 つのリストのネストレベルに「ARROW3D」、「CIRCLE」、「SQUARE」のグリフが付いたリスト。 |
LEFTTRIANGLE_DIAMOND_DISC | Enum | 最初の 3 つのリストのネストレベルに「LEFTTRIANGLE」、「DIAMOND」、「DISC」のグリフが付いたリスト。 |
DIAMONDX_HOLLOWDIAMOND_SQUARE | Enum | 最初の 3 つのリストのネストレベルに「DIAMONDX」、「HOLLOWDIAMOND」、「SQUARE」のグリフが付いたリスト。 |
DIAMOND_CIRCLE_SQUARE | Enum | リストの最初の 3 つのネスト レベルに「DIAMOND」、「CIRCLE」、「SQUARE」のグリフが付いたリスト。 |
DIGIT_ALPHA_ROMAN | Enum | 最初の 3 つのリストのネスト レベルに「DIGIT」、「ALPHA」、「ROMAN」のグリフが含まれ、その後にピリオドが続くリスト。 |
DIGIT_ALPHA_ROMAN_PARENS | Enum | 最初の 3 つのリストのネスト レベルに「DIGIT」、「ALPHA」、「ROMAN」のグリフが含まれ、その後にかっこが続くリスト。 |
DIGIT_NESTED | Enum | 「DIGIT」グリフをピリオドで区切ったリスト。各ネストレベルでは、前のネストレベルのグリフを接頭辞として使用します。例: '1.'、'1.1.', '2.', '2.2.' |
UPPERALPHA_ALPHA_ROMAN | Enum | リストの最初の 3 つのネストレベルに「UPPERALPHA」、「ALPHA」、「ROMAN」のグリフが使用され、その後にピリオドが続くリスト。 |
UPPERROMAN_UPPERALPHA_DIGIT | Enum | 最初の 3 つのリストのネスト レベルに「UPPERROMAN」、「UPPERALPHA」、「DIGIT」のグリフが含まれ、その後にピリオドが続くリスト。 |
ZERODIGIT_ALPHA_ROMAN | Enum | 最初の 3 つのリストのネスト レベルに「ZERODIGIT」、「ALPHA」、「ROMAN」のグリフが含まれ、その後にピリオドが続くリスト。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003e\u003ccode\u003eListPreset\u003c/code\u003e provides preset patterns of glyphs for creating lists in text within Google Slides.\u003c/p\u003e\n"],["\u003cp\u003eThese presets utilize various glyphs like arrows, checkboxes, circles, diamonds, and alphanumeric characters for list markers.\u003c/p\u003e\n"],["\u003cp\u003eYou can call an enum by using its parent class, name, and property, such as \u003ccode\u003eSlidesApp.ListPreset.DISC_CIRCLE_SQUARE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDifferent ListPreset options include predefined combinations of glyphs for different nesting levels, offering a range of list formatting choices.\u003c/p\u003e\n"],["\u003cp\u003eSome presets utilize alphanumeric glyphs with periods or parentheses, while others employ nested numbering schemes.\u003c/p\u003e\n"]]],["`ListPreset` defines glyph patterns for lists, including symbols like ARROW (➔), CHECKBOX (❏), and CIRCLE (○), and numbering styles like DIGIT (1, 2, 3) and ROMAN (i, ii, iii). Presets offer options for different nesting levels, such as `DISC_CIRCLE_SQUARE` or `DIGIT_ALPHA_ROMAN`. Glyphs can be called by using `SlidesApp.ListPreset`, and then the corresponding name. The properties provide a description of the list with the included glyphs and their order for the first three nesting levels.\n"],null,["# Enum ListPreset\n\nListPreset\n\nPreset patterns of glyphs for lists in text.\n\nThese presets use these glyphs:\n\n- ARROW: An arrow, ➔, corresponding to a Unicode U+2794 code point\n- ARROW3D: An arrow with 3D shading, ➢, corresponding to a Unicode U+27a2 code point\n- CHECKBOX: A hollow square, ❏, corresponding to a Unicode U+274f code point\n- CIRCLE: A hollow circle, ○, corresponding to a Unicode U+25cb code point\n- DIAMOND: A solid diamond, ◆, corresponding to a Unicode U+25c6 code point\n- \\`DIAMONDX: A diamond with an 'x', ❖, corresponding to a Unicode U+2756 code point\n- HOLLOWDIAMOND: A hollow diamond, ◇, corresponding to a Unicode U+25c7 code point\n- DISC: A solid circle, ●, corresponding to a Unicode U+25cf code point\n- SQUARE: A solid square, ■, corresponding to a Unicode U+25a0 code point\n- STAR: A star, ★, corresponding to a Unicode U+2605 code point\n- ALPHA: A lowercase letter, like 'a', 'b', or 'c'.\n- UPPERALPHA: An uppercase letter, like 'A', 'B', or 'C'.\n- DIGIT: A number, like '1', '2', or '3'.\n- ZERODIGIT: A number where single digit numbers are prefixed with a zero, like '01', '02', or '03'. Numbers with more than one digit are not prefixed a zero.\n- ROMAN: A lowercase roman numeral, like 'i', 'ii', or 'iii'.\n- UPPERROMAN: A uppercase roman numeral, like 'I', 'II', or 'III'.\n- LEFTTRIANGLE: A triangle pointing left, ◄, corresponding to a Unicode U+25c4 code point\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.ListPreset.DISC_CIRCLE_SQUARE`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DISC_CIRCLE_SQUARE` | `Enum` | A list with a \\`DISC\\`, \\`CIRCLE\\` and \\`SQUARE\\` glyphs for the first 3 list nesting levels. |\n| `DIAMONDX_ARROW3D_SQUARE` | `Enum` | A list with a \\`DIAMONDX\\`, \\`ARROW3D\\` and \\`SQUARE\\` glyphs for the first 3 list nesting levels. |\n| `CHECKBOX` | `Enum` | A list with \\`CHECKBOX\\` glyphs for all list nesting levels. |\n| `ARROW_DIAMOND_DISC` | `Enum` | A list with a \\`ARROW\\`, \\`DIAMOND\\` and \\`DISC\\` glyphs for the first 3 list nesting levels. |\n| `STAR_CIRCLE_SQUARE` | `Enum` | A list with a \\`STAR\\`, \\`CIRCLE\\` and \\`SQUARE\\` glyphs for the first 3 list nesting levels. |\n| `ARROW3D_CIRCLE_SQUARE` | `Enum` | A list with a \\`ARROW3D\\`, \\`CIRCLE\\` and \\`SQUARE\\` glyphs for the first 3 list nesting levels. |\n| `LEFTTRIANGLE_DIAMOND_DISC` | `Enum` | A list with a \\`LEFTTRIANGLE\\`, \\`DIAMOND\\` and \\`DISC\\` glyphs for the first 3 list nesting levels. |\n| `DIAMONDX_HOLLOWDIAMOND_SQUARE` | `Enum` | A list with a \\`DIAMONDX\\`, \\`HOLLOWDIAMOND\\` and \\`SQUARE\\` glyphs for the first 3 list nesting levels. |\n| `DIAMOND_CIRCLE_SQUARE` | `Enum` | A list with a \\`DIAMOND\\`, \\`CIRCLE\\` and \\`SQUARE\\` glyphs for the first 3 list nesting levels. |\n| `DIGIT_ALPHA_ROMAN` | `Enum` | A list with \\`DIGIT\\`, \\`ALPHA\\` and \\`ROMAN\\` glyphs for the first 3 list nesting levels, followed by periods. |\n| `DIGIT_ALPHA_ROMAN_PARENS` | `Enum` | A list with \\`DIGIT\\`, \\`ALPHA\\` and \\`ROMAN\\` glyphs for the first 3 list nesting levels, followed by parenthesis. |\n| `DIGIT_NESTED` | `Enum` | A list with \\`DIGIT\\` glyphs separated by periods, where each nesting level uses the previous nesting level's glyph as a prefix. For example: '1.', '1.1.', '2.', '2.2.'. |\n| `UPPERALPHA_ALPHA_ROMAN` | `Enum` | A list with \\`UPPERALPHA\\`, \\`ALPHA\\` and \\`ROMAN\\` glyphs for the first 3 list nesting levels, followed by periods. |\n| `UPPERROMAN_UPPERALPHA_DIGIT` | `Enum` | A list with \\`UPPERROMAN\\`, \\`UPPERALPHA\\` and \\`DIGIT\\` glyphs for the first 3 list nesting levels, followed by periods. |\n| `ZERODIGIT_ALPHA_ROMAN` | `Enum` | A list with \\`ZERODIGIT\\`, \\`ALPHA\\` and \\`ROMAN\\` glyphs for the first 3 list nesting levels, followed by periods. |"]]