IBulkTextFormattable Aspose.Slides FOSS Python API Referensi
Pengamatan umum
IShapeCollection merupakan koleksi objek bentuk i. Periksa properti dan metode di tabel di bawah ini untuk memahami permukaan API publik lengkap dari tipe ini. Semua anggota yang tercantum di sini adalah bagian dari API umum stabil dan dapat digunakan dalam kode produksi yang menargetkan edisi FOSS. Lihat dokumentasi paket untuk instruksi instalasi dan daftar lengkap jenis terkait.
Paket: aspose.slides_foss
Sifat-sifatnya
| Perumahan | Jenis | Akses | Deskripsi |
|---|---|---|---|
parent_group | IGroupShape | Hanya dibaca | Nilai parent_group. |
as_i_collection | list | Hanya dibaca | Nilai as_i_collection. |
as_i_enumerable | Any | Hanya dibaca | Nilai as_i_enumerable. |
Metode-metode yang digunakan
| Metode | Pengembalian | Deskripsi |
|---|---|---|
to_array() | list[IShape] | Mengkonversi objek ini menjadi representasi array. |
reorder(index, shape) | None | Melakukan operasi reorder. |
add_auto_shape(shape_type, x, y, width, height) | IAutoShape | Menambahkan _auto_shape ke koleksi ini. |
insert_auto_shape(index, shape_type, x, y, width, height) | IAutoShape | Melakukan insert_auto_shape operasi. |
add_connector(shape_type, x, y, width, height) | IConnector | Menambahkan _connector ke koleksi ini. |
insert_connector(index, shape_type, x, y, width, height) | IConnector | Melakukan operasi insert_connector. |
index_of(shape) | int | Mengeksekusi operasi index_of. |
add_picture_frame(shape_type, x, y, width, height, image) | IPictureFrame | Menambahkan frame gambar ke koleksi ini. |
insert_picture_frame(index, shape_type, x, y, width, height, image) | IPictureFrame | Melakukan insert_picture_frame operasi. |
add_table(x, y, column_widths, row_heights) | ITable | Menambahkan tabel ke koleksi ini. |
insert_table(index, x, y, column_widths, row_heights) | ITable | Melakukan operasi insert_table. |
remove_at(index) | None | Menghapus _at yang ditentukan dari koleksi ini. |
remove(shape) | None | Menghapus yang ditentukan dari koleksi ini. |
clear() | None | Melakukan operasi yang jelas. |