PdfParsedFormFieldSign class

Inheritance

Constructors

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

Properties

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

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
inherited
toString() String
A string representation of this object.
inherited

Operators

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