ShapeNode
General
ShapeNode és una classe en Aspose.Words per Python. Heretaris de: BaseModel.
ShapeNode descriu elements gràfics com imatges i caixes de text, exposant propietats com shape_type, dimensions, estat en línia i cru. image_data.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
type | str | Llegeix. | |
shape_type | `int | None` | Llegeix. |
name | str | Llegeix. | Proporciona la cadena de noms de forma. |
width | `float | None` | Llegeix. |
height | `float | None` | Llegeix. |
left | float | Llegeix. | |
top | float | Llegeix. | |
is_inline | `bool | None` | Llegeix. |
has_image | `bool | None` | Llegeix. |
image_data | Optional[ImageData] | Llegeix. | Proporciona l’objecte de dades d’imatge incrustada, o No si no hi ha imatge. |
text_box | `dict[str, Any] | None` | Llegeix. |
shading | Shading | Llegeix. | |
borders | list[Border] | Llegeix. | |
vertical_alignment | int | Llegeix. | |
wrap_type | int | Llegeix. |