ShapeCollection

خلاصه ای

‘ShapeCollection’ یک کلاس در Aspose.Cells FOSS برای Python است.

جمع آوری اشیاء شکل در یک ورق کار.

این کلاس 5 روش برای کار با اشیاء ShapeCollection در برنامه های Python را فراهم می کند. روش های موجود شامل: AddTextBox، __init__, add ، ad_text_box و copy. همه اعضای عمومی پس از نصب Aspose.Cells FOSS برای بسته Python به هر برنامه Pyathon دسترسی دارند.

خواص

NameTypeAccessDescription
count``ReadGets the count.

روش ها

SignatureDescription
__init__(worksheet)
add(drawing_type, upper_left_row, upper_left_column, lower_right_row, lower_right_column)Adds a shape of the specified type to the worksheet.
add_text_box(upper_left_row, upper_left_column, lower_right_row, lower_right_column)Adds a TextBox shape (transparent fill, no border) to the worksheet.
AddTextBox(upper_left_row, upper_left_column, lower_right_row, lower_right_column)PascalCase alias of add_text_box().
copy(new_worksheet)Returns a deep copy of this collection bound to new_worksheet.

همچنین ببینید:

  • Aspose.Cells برای Python – Enterprise API Reference
 فارسی