ElementDimension is the dimension of an element in hotpdf.
starting x position of the element (column).
int
starting y position of the element (row).
end x position of the element (column). x1 - x0 = width.
end y position of the element (row) y1 - y0 = height.
hash of parent span the element lies in.
UUID, Optional
Methods
__init__(x0, y0, x1, y1[, span_id])
__init__
Attributes
span_id
x0
y0
x1
y1
ElementDimension
ElementDimension.x0
ElementDimension.y0
ElementDimension.x1
ElementDimension.y1
ElementDimension.span_id
ElementDimension.__init__()
hotpdf.data.classes.Span