PdfTextField class

Inheritance

Constructors

PdfTextField({required PdfRect rect, String? fieldName, String? alternateName, String? mappingName, PdfBorder? border, Set<PdfAnnotFlags>? flags, DateTime? date, String? subject, String? author, PdfColor? color, PdfColor? backgroundColor, PdfAnnotHighlighting? highlighting, Set<PdfFieldFlags>? fieldFlags, String? value, String? defaultValue, int? maxLength, required PdfFont font, required double fontSize, required PdfColor textColor, PdfTextFieldAlign? textAlign})

Properties

alternateName String?
finalinherited
author String?
The author of the annotation
finalinherited
backgroundColor PdfColor?
finalinherited
border PdfBorder?
the border for this annotation
finalinherited
color PdfColor?
Color
finalinherited
content String?
The text of a text annotation
finalinherited
date DateTime?
Last modification date
finalinherited
defaultValue String?
final
fieldFlags Set<PdfFieldFlags>?
finalinherited
fieldFlagsValue int
no setterinherited
fieldName String?
finalinherited
fieldType String
finalinherited
flags Set<PdfAnnotFlags>?
Flags specifying various characteristics of the annotation
finalinherited
flagValue int
no setterinherited
font PdfFont
final
fontSize double
final
hashCode int
The hash code for this object.
no setterinherited
highlighting PdfAnnotHighlighting?
finalinherited
mappingName String?
finalinherited
maxLength int?
final
name String?
The internal name for a link
finalinherited
rect PdfRect
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
The subject of the annotation
finalinherited
subtype String
The subtype of the outline, ie text, note, etc
finalinherited
textAlign PdfTextFieldAlign?
final
textColor PdfColor
final
value String?
final

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
override
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