PdfPageLabel class

Constructors

PdfPageLabel(String? prefix, {PdfPageLabelStyle? style, int? subsequent})
PdfPageLabel.arabic({String? prefix, int? subsequent})
PdfPageLabel.lettersLower({String? prefix, int? subsequent})
PdfPageLabel.lettersUpper({String? prefix, int? subsequent})
PdfPageLabel.romanLower({String? prefix, int? subsequent})
PdfPageLabel.romanUpper({String? prefix, int? subsequent})

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style PdfPageLabelStyle?
final
subsequent int?
final

Methods

asString([int index = 0]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDict() → PdfDict<PdfDataType>
toString() String
A string representation of this object.
inherited

Operators

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