Enum ListPreset
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงค่ากําหนดล่วงหน้า
รูปแบบที่กำหนดไว้ล่วงหน้าของสัญลักษณ์สำหรับรายการในข้อความ
รูปแบบที่กำหนดล่วงหน้าเหล่านี้ใช้อักขระต่อไปนี้
- ARROW: ลูกศร ➔ ซึ่งสอดคล้องกับจุดโค้ด Unicode U+2794
- ARROW3D: ลูกศรที่มีแรเงา 3 มิติ ➢ ซึ่งสอดคล้องกับ Code Point Unicode U+27a2
- ช่องทําเครื่องหมาย: สี่เหลี่ยมจัตุรัสกลวง ❏ ซึ่งสอดคล้องกับ Code Point Unicode U+274f
- วงกลม: วงกลมกลวง ○ ซึ่งสอดคล้องกับ Code Point Unicode U+25cb
- เพชร: เพชรเต็มรูป ◆ ซึ่งสอดคล้องกับ Code Point Unicode U+25c6
- `DIAMONDX: เพชรที่มี "x", ❖ ซึ่งสอดคล้องกับ Code Point Unicode U+2756
- HOLLOWDIAMOND: เพชรแบบกลวง ◇ ซึ่งสอดคล้องกับ Code Point Unicode U+25c7
- DISC: วงกลมเต็ม ● ซึ่งสอดคล้องกับ Code Point ของ Unicode U+25cf
- สี่เหลี่ยมจัตุรัส: สี่เหลี่ยมจัตุรัสเต็ม ■ ที่สอดคล้องกับ Code Point Unicode U+25a0
- STAR: ดาว ★ ซึ่งสอดคล้องกับ Code Point Unicode U+2605
- ALPHA: ตัวอักษรพิมพ์เล็ก เช่น "a", "b" หรือ "c"
- UPPERALPHA: ตัวอักษรตัวพิมพ์ใหญ่ เช่น "A", "B" หรือ "C"
- DIGIT: ตัวเลข เช่น "1", "2" หรือ "3"
- ZERODIGIT: ตัวเลขที่มี 0 นําหน้าตัวเลขหลักเดียว เช่น "01", "02" หรือ "03" ตัวเลขที่มีมากกว่า 1 หลักจะไม่ขึ้นต้นด้วย 0
- ROMAN: ตัวเลขโรมันตัวพิมพ์เล็ก เช่น "i", "ii" หรือ "iii"
- UPPERROMAN: ตัวเลขโรมันตัวพิมพ์ใหญ่ เช่น "I", "II" หรือ "III"
- LEFTTRIANGLE: สามเหลี่ยมชี้ไปทางซ้าย ◄ ซึ่งสอดคล้องกับ Code Point Unicode U+25c4
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
SlidesApp.ListPreset.DISC_CIRCLE_SQUARE
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
DISC_CIRCLE_SQUARE | Enum | รายการที่มีสัญลักษณ์ "ดิสก์" "วงกลม" และ "สี่เหลี่ยมจัตุรัส" สำหรับรายการที่ซ้อนกัน 3 ระดับแรก |
DIAMONDX_ARROW3D_SQUARE | Enum | รายการที่มีสัญลักษณ์ "DIAMONDX", "ARROW3D" และ "SQUARE" สำหรับระดับการซ้อนรายการ 3 ระดับแรก |
CHECKBOX | Enum | รายการที่มีสัญลักษณ์ "ช่องทำเครื่องหมาย" สำหรับระดับการซ้อนรายการทั้งหมด |
ARROW_DIAMOND_DISC | Enum | รายการที่มีสัญลักษณ์ "ลูกศร" "เพชร" และ "ดิสก์" สำหรับระดับการฝังรายการ 3 ระดับแรก |
STAR_CIRCLE_SQUARE | Enum | รายการที่มีสัญลักษณ์ "ดาว" "วงกลม" และ "สี่เหลี่ยมจัตุรัส" สำหรับระดับการซ้อนรายการ 3 ระดับแรก |
ARROW3D_CIRCLE_SQUARE | Enum | รายการที่มีสัญลักษณ์ "ARROW3D", "CIRCLE" และ "SQUARE" สําหรับการซ้อนรายการ 3 ระดับแรก |
LEFTTRIANGLE_DIAMOND_DISC | Enum | รายการที่มีสัญลักษณ์ "LEFTTRIANGLE", "DIAMOND" และ "DISC" สำหรับระดับการฝังรายการ 3 ระดับแรก |
DIAMONDX_HOLLOWDIAMOND_SQUARE | Enum | รายการที่มีสัญลักษณ์ "DIAMONDX", "HOLLOWDIAMOND" และ "SQUARE" สําหรับการฝังรายการ 3 ระดับแรก
|
DIAMOND_CIRCLE_SQUARE | Enum | รายการที่มีสัญลักษณ์ "เพชร" "วงกลม" และ "สี่เหลี่ยมจัตุรัส" สําหรับการฝังรายการ 3 ระดับแรก |
DIGIT_ALPHA_ROMAN | Enum | รายการที่มีสัญลักษณ์ "DIGIT", "ALPHA" และ "ROMAN" สำหรับระดับการซ้อนรายการ 3 ระดับแรก ตามด้วยจุด |
DIGIT_ALPHA_ROMAN_PARENS | Enum | รายการที่มีสัญลักษณ์ "DIGIT", "ALPHA" และ "ROMAN" สำหรับระดับการซ้อนรายการ 3 ระดับแรก ตามด้วยวงเล็บ |
DIGIT_NESTED | Enum | รายการที่มีอักขระ "DIGIT" คั่นด้วยจุด โดยที่แต่ละระดับการฝังจะใช้อักขระของระดับการฝังก่อนหน้าเป็นคำนำหน้า เช่น "1." '1.1.', '2.', '2.2.' |
UPPERALPHA_ALPHA_ROMAN | Enum | รายการที่มีสัญลักษณ์ "UPPERALPHA", "ALPHA" และ "ROMAN" สำหรับระดับการซ้อนรายการ 3 ระดับแรก ตามด้วยจุด |
UPPERROMAN_UPPERALPHA_DIGIT | Enum | รายการที่มีอักขระ 'UPPERROMAN', 'UPPERALPHA' และ 'DIGIT' สำหรับระดับการซ้อนรายการ 3 ระดับแรก ตามด้วยจุด |
ZERODIGIT_ALPHA_ROMAN | Enum | รายการที่มีอักขระ "ZERODIGIT", "ALPHA" และ "ROMAN" สำหรับระดับการซ้อนรายการ 3 ระดับแรก ตามด้วยจุด |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]