AnnotationTextField class

Inheritance

Constructors

AnnotationTextField({String? name, PdfBorder? border, Set<PdfAnnotFlags>? flags, DateTime? date, String? subject, String? author, PdfColor? color, PdfColor? backgroundColor, PdfAnnotHighlighting? highlighting, int? maxLength, String? alternateName, String? mappingName, Set<PdfFieldFlags>? fieldFlags, String? value, String? defaultValue, TextStyle? textStyle, PdfIndirect? replaces})

Properties

alternateName String?
final
author String?
final
backgroundColor PdfColor?
final
border PdfBorder?
final
color PdfColor?
final
date DateTime?
final
defaultValue String?
final
fieldFlags Set<PdfFieldFlags>?
final
flags Set<PdfAnnotFlags>?
final
hashCode int
The hash code for this object.
no setterinherited
highlighting PdfAnnotHighlighting?
final
mappingName String?
final
maxLength int?
final
name String?
final
replaces → PdfIndirect?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
final
textStyle TextStyle?
final
value String?
final

Methods

build(Context context, PdfRect? box) PdfAnnot
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