PdfDict<T extends PdfDataType> class
- Inheritance
-
- Object
- PdfDataType
- PdfDict
- Implementers
Constructors
-
PdfDict.new([Map<
String, T> ? values]) -
PdfDict.values([Map<
String, T> ? values])
Properties
Methods
-
addAll(
PdfDict< T> other) → void -
containsKey(
String key) → bool -
merge(
PdfDict< T> other) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
output(
PdfObjectBase< PdfDataType> o, PdfStream s, [int? indent]) → void -
override
-
toList(
) → Uint8List -
inherited
-
toString(
[int? indent]) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
-
operator [](
String k) → T? -
operator []=(
String k, T v) → void
Static Methods
-
fromObjectMap(
Map< String, PdfObjectBase< objects) → PdfDict<PdfDataType> >PdfIndirect>