PdfAutomaticField class abstract

Represents a fields which is calculated before the document saves.

Implementers

Constructors

PdfAutomaticField()

Properties

bounds Rect
Gets or sets the bounds of the field.
getter/setter pair
brush PdfBrush
Gets or sets the brush of the field.
getter/setter pair
font PdfFont
Gets or sets the font of the field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pen PdfPen?
Gets or sets the pen of the field.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringFormat PdfStringFormat?
Gets or sets the stringFormat of the field.
getter/setter pair

Methods

draw(PdfGraphics graphics, [Offset? location]) → void
Draws an element on the Graphics. Graphics context where the element should be printed. location has contains X co-ordinate of the element, Y co-ordinate of the element.
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