LayoutElement
Overview
LayoutElement is a class in Aspose.PDF FOSS for Python.
A positioned piece of page content (a text object or an image paint).
Properties: alt, end, font_size, kind, name, start, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kind | str | Read/Write | Gets or sets the kind. |
start | int | Read/Write | Gets or sets the start. |
end | int | Read/Write | Gets or sets the end. |
x | float | Read/Write | Gets or sets the x. |
y | float | Read/Write | Gets or sets the y. |
font_size | float | Read/Write | Gets or sets the font size. |
text_length | int | Read/Write | Gets or sets the text length. |
name | str | None | Read/Write | Gets or sets the name. |
tag | str | None | Read/Write | Gets or sets the tag. |
alt | str | None | Read/Write | Gets or sets the alt. |
text_head | str | Read/Write | Gets or sets the text head. |