PdfParsedFormField class

Implementers

Constructors

PdfParsedFormField(PdfDocumentParser parser, PdfDict<PdfDataType> field, PdfIndirect ref)

Properties

alternateName String?
no setter
author String?
The author of the annotation
no setter
backgroundColor → PdfColor?
no setter
border → PdfBorder?
the border for this annotation
no setter
color → PdfColor?
Color
no setter
content String?
The text of a text annotation
no setter
date DateTime?
Last modification date
no setter
field → PdfDict<PdfDataType>
final
fieldFlags Set<PdfFieldFlags>?
no setter
fieldFlagsValue int
no setter
fieldName String?
no setter
fieldType String
no setter
flags Set<PdfAnnotFlags>?
Flags specifying various characteristics of the annotation
no setter
flagValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
highlighting → PdfAnnotHighlighting?
no setter
mappingName String?
no setter
name String?
The internal name for a link
no setter
page → PdfIndirect
no setter
parser PdfDocumentParser
final
rect → PdfRect
no setter
ref → PdfIndirect
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
The subject of the annotation
no setter
subtype String
The subtype of the outline, ie text, note, etc
no setter

Methods

appearance(PdfDocument pdfDocument, PdfAnnotAppearance type, {String? name, Matrix4? matrix, PdfRect? boundingBox, bool selected = false}) → PdfGraphics
inherited
build(PdfPage page, PdfObject<PdfDataType> object, PdfDict<PdfDataType> params) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageOfDocument(PdfDocument doc) → PdfPage
toString() String
A string representation of this object.
override

Operators

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