Class PageRef (0.3.0)

PageRef(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a weak reference to a page element within a document.

Attributes

NameDescription
page int
Required. Index into the Document.pages element
layout_type .document.Document.PageAnchor.PageRef.LayoutType
Optional. The type of the layout element that is being referenced if any.
layout_id str
Optional. Deprecated. Use PageRef.bounding_poly instead.
bounding_poly .geometry.BoundingPoly
Optional. Identifies the bounding polygon of a layout element on the page.

Classes

LayoutType

LayoutType(value)

The type of layout that is being referenced.