PdfLayoutElement class abstract

Represents the base class for all elements that can be layout on the pages.

Implementers

Constructors

PdfLayoutElement()
Initializes a insteace of the PdfLayoutElement class.

Properties

beginPageLayout BeginPageLayoutCallback?
Raises before the element should be printed on the page.
getter/setter pair
endPageLayout EndPageLayoutCallback?
Raises after the element was printed on the page.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

draw({PdfGraphics? graphics, PdfPage? page, Rect? bounds, PdfLayoutFormat? format}) PdfLayoutResult?
Draws an element on the graphics or page.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited