Class SolidFill
SolidFill
เติมสีทึบ
ออบเจ็กต์ SolidFill
จะแยกออกและเปลี่ยนแปลงไม่ได้ ดังนั้นจึงไม่แสดงการเปลี่ยนแปลงที่เกิดขึ้นหลังจากสร้าง
เมธอด
วิธีการ | ประเภทการแสดงผล | รายละเอียดแบบย่อ |
getAlpha() | Number | รับค่าความทึบแสงของสีในช่วง [0, 1.0] โดยที่ 1.0 หมายถึงทึบแสงทั้งหมด |
getColor() | Color | รับสีของเส้นขอบ |
เอกสารประกอบโดยละเอียด
getAlpha()
รับค่าความทึบแสงของสีในช่วง [0, 1.0] โดยที่ 1.0 หมายถึงทึบแสงทั้งหมด
รีเทิร์น
Number
การให้สิทธิ์
สคริปต์ที่ใช้วิธีการนี้ต้องได้รับอนุญาตด้วยขอบเขตต่อไปนี้อย่างน้อย 1 รายการ
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getColor()
รับสีของเส้นขอบ
รีเทิร์น
Color
การให้สิทธิ์
สคริปต์ที่ใช้วิธีการนี้ต้องได้รับอนุญาตด้วยขอบเขตต่อไปนี้อย่างน้อย 1 รายการ
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-02 UTC
[null,null,["อัปเดตล่าสุด 2024-12-02 UTC"],[[["`SolidFill` represents a solid color fill used in Google Slides, and these objects are immutable, meaning they won't change after creation."],["You can get the opacity of the fill using `getAlpha()`, which returns a number between 0 and 1, where 1 is fully opaque."],["The `getColor()` method allows you to retrieve the color of the fill as a `Color` object."],["To use these methods, your script needs authorization with specific scopes related to Google Presentations."]]],[]]