PdfParsedFormField class

Implementers

Constructors

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

Properties

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

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