PdfAnnotation class abstract

Represents the base class for annotation objects.

Implementers

Constructors

PdfAnnotation()

Properties

appearance PdfAppearance
Gets appearance of the annotation.
getter/setter pair
author String
Gets the author of the annotation.
getter/setter pair
border PdfAnnotationBorder
Gets annotation's border properties like width, horizontal radius etc.
getter/setter pair
bounds Rect
Gets annotation's bounds in the PDF page.
getter/setter pair
color PdfColor
Gets the annotation color.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
innerColor PdfColor
Gets the inner color of the annotation.
getter/setter pair
modifiedDate DateTime?
Gets the ModifiedDate of the annotation.
getter/setter pair
opacity double
Gets the opacity of the annotation.
getter/setter pair
page PdfPage?
Gets a page of the annotation. Read-Only.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setAppearance bool
Gets or sets whether the annotation needs appearance.
getter/setter pair
subject String
Gets the subject of the annotation.
getter/setter pair
text String
Gets content of the annotation. The string value specifies the text of the annotation.
getter/setter pair

Methods

flatten() → void
Flatten the annotation.
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