Block
Overview
Block is a class in Aspose.PDF FOSS for Python.
One piece of exported structure.
Properties: alt, image, items, kind, level, ordered, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kind | str | Read/Write | Gets or sets the kind. |
text | str | Read/Write | Gets or sets the text. |
level | int | Read/Write | Gets or sets the level. |
items | list[str] | Read/Write | Gets or sets the items. |
rows | list[list[str]] | Read/Write | Gets or sets the rows. |
ordered | bool | Read/Write | Gets or sets the ordered. |
alt | str | Read/Write | Gets or sets the alt. |
image | bytes | None | Read/Write | Gets or sets the image. |