Enum PositionedLayout
Tata Letak yang Diposisikan
Enumerasi yang menentukan cara menata letak PositionedImage
sehubungan dengan teks
di sekitarnya.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
DocumentApp.PositionedLayout.ABOVE_TEXT
.
Properti
Properti | Jenis | Deskripsi |
ABOVE_TEXT | Enum | Gambar diposisikan di atas teks. |
BREAK_BOTH | Enum | Gambar memisahkan teks di sebelah kiri dan kanan. |
BREAK_LEFT | Enum | Gambar memisahkan teks di sebelah kiri. |
BREAK_RIGHT | Enum | Gambar memisahkan teks di sebelah kanan. |
WRAP_TEXT | Enum | Gambar digabungkan dengan teks. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-03 UTC.
[null,null,["Terakhir diperbarui pada 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`."]]],[]]