Enum GlyphType

ประเภทสัญลักษณ์

การแจกแจงประเภทสัญลักษณ์ที่รองรับ

หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น DocumentApp.GlyphType.BULLET

ใช้การแจกแจง GlyphType เพื่อตั้งค่าประเภทหัวข้อย่อยสำหรับรายการในลิสต์

const body =
    DocumentApp.getActiveDocument().getActiveTab().asDocumentTab().getBody();

// Insert at list item, with the default nesting level of zero.
body.appendListItem('Item 1');

// Append a second list item, with a nesting level of one, indented one inch.
// The two items have different bullet glyphs.
body.appendListItem('Item 2')
    .setNestingLevel(1)
    .setIndentStart(72)
    .setGlyphType(DocumentApp.GlyphType.SQUARE_BULLET);

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ประเภทคำอธิบาย
BULLETEnumหัวข้อเริ่มต้นแบบกลมและทึบ
HOLLOW_BULLETEnumสัญลักษณ์หัวข้อย่อยแบบไม่ทึบ
SQUARE_BULLETEnumสัญลักษณ์หัวข้อย่อยสี่เหลี่ยมจัตุรัส
NUMBEREnumหัวข้อย่อยตามตัวเลข
LATIN_UPPEREnumหัวข้อย่อยแบบละตินตัวพิมพ์ใหญ่
LATIN_LOWEREnumหัวข้อละตินตัวเล็ก
ROMAN_UPPEREnumหัวข้อแบบตัวเลขโรมันตัวพิมพ์ใหญ่
ROMAN_LOWEREnumตัวเลขโรมัน เครื่องหมายหัวข้อแบบพิมพ์เล็ก