Enum PositionedLayout
เลย์เอาต์ที่วางตำแหน่ง
การแจกแจงที่ระบุวิธีจัดวาง PositionedImage
สัมพันธ์กับข้อความรอบๆ
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
DocumentApp.PositionedLayout.ABOVE_TEXT
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
ABOVE_TEXT | Enum | รูปภาพอยู่เหนือข้อความ |
BREAK_BOTH | Enum | รูปภาพตัดข้อความทางด้านซ้ายและขวา |
BREAK_LEFT | Enum | รูปภาพตัดข้อความทางด้านซ้าย |
BREAK_RIGHT | Enum | รูปภาพตัดข้อความทางด้านขวา |
WRAP_TEXT | Enum | รูปภาพถูกตัดให้พอดีกับข้อความ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-03 UTC
[null,null,["อัปเดตล่าสุด 2024-12-03 UTC"],[[["`PositionedLayout` is an enum used to define the placement of a `PositionedImage` relative to the surrounding text in a Google Doc."],["It offers five options: `ABOVE_TEXT`, `BREAK_BOTH`, `BREAK_LEFT`, `BREAK_RIGHT`, and `WRAP_TEXT`, controlling how the image interacts with the text flow."],["To use these options, call the enum using `DocumentApp.PositionedLayout` followed by the desired property, like `DocumentApp.PositionedLayout.WRAP_TEXT`."]]],[]]