ShapeCollection
Vue de l’ensemble
‘ShapeCollection’ est une classe dans Aspose.Cells FOSS pour Python.
Collecte d’objets de forme sur un feuille de travail.
Cette classe fournit 5 méthodes pour travailler avec les objets ShapeCollection dans les programmes Python. Les méthodologies disponibles comprennent: AddTextBox, __init__ , add,, ad_text_box et ‘copy. Tous les membres publics sont accessibles à n'importe quelle application Pythone après l'installation de l’Aspoe.Cell FOSS pour le package Pyathon. Propriétés : conto’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
count | `` | Read | Gets the count. |
méthodes
| Signature | Description |
|---|---|
__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. |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference