Class DocumentTriggerBuilder
DocumentTriggerBuilder
ตัวสร้างทริกเกอร์เอกสาร
เอกสารประกอบโดยละเอียด
create()
สร้างและแสดงผลทริกเกอร์ใหม่
รีเทิร์น
Trigger
— ทริกเกอร์ใหม่
onOpen()
ระบุทริกเกอร์ที่จะทํางานเมื่อเปิดเอกสาร
const document = DocumentApp.getActiveDocument();
ScriptApp.newTrigger('myFunction').forDocument(document).onOpen().create();
รีเทิร์น
DocumentTriggerBuilder
— DocumentTriggerBuilder
สำหรับใช้ต่อ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-03 UTC
[null,null,["อัปเดตล่าสุด 2024-12-03 UTC"],[[["The DocumentTriggerBuilder helps in creating and managing triggers for Google Docs."],["It provides methods like `create()` to finalize the trigger and `onOpen()` to set a trigger for when the document is opened."],["The `onOpen()` method allows you to specify a function to execute when a document is opened, enhancing document automation capabilities."]]],[]]