Class DocumentTriggerBuilder
DocumentTriggerBuilder
เครื่องมือสร้างสำหรับทริกเกอร์เอกสาร
เอกสารโดยละเอียด
create()
สร้างและแสดงผลทริกเกอร์ใหม่
รีเทิร์น
Trigger
— ทริกเกอร์ใหม่
onOpen()
ระบุทริกเกอร์ที่จะเริ่มทำงานเมื่อเปิดเอกสาร
var document = DocumentApp.getActiveDocument();
ScriptApp.newTrigger('myFunction')
.forDocument(document)
.onOpen()
.create();
รีเทิร์น
DocumentTriggerBuilder
— DocumentTriggerBuilder
นี้สำหรับการทำเชน
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-12 UTC
[null,null,["อัปเดตล่าสุด 2024-09-12 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."]]],[]]