ShapeCollection

General

ShapeCollection és una classe en Aspose.Cells per a Python.

Col·lecció d’objectes de forma en una fitxa.

Propietats

NameTypeAccessDescription
count``ReadProvides the number of Shape objects present on the worksheet

Mètodes

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.
 Català