ITextFrameFormat{Categorie:Documentele de activitate}
Opinie generală
AutoShape este o clasă în Aspose.Slides pentru Python. Moștenitorii de la: GeometryShape, IAutoShape.
Reprezintă un AutoShape.
Proprietăți
| Numele de proprietate | Tipul de vehicul | Accesul | Descriere: |
|---|---|---|---|
shape_type | ShapeType | Citeşte. | Obține valoarea ShapeType enum care identifică tipul geometric al formei |
text_frame | ITextFrame | Citeşte. | Obține obiectul ITextFrame care conține textul formatului. |
is_text_box | bool | Citeşte. | Indică dacă forma funcționează ca o casetă de text (adevărat/fals) |
as_i_geometry_shape | IGeometryShape | Citeşte. | Oferă forma ca interfață pentru operațiunile de geometrie. |
Metode de evaluare
| Semnătura | Descriere: |
|---|---|
add_text_frame(text) → ITextFrame | creates a new text frame inside the shape and returns anITextFrame` obiect pentru manipularea ulterioară a textului |