BanglaTextEncoding enum

How the Bangla in a document was encoded.

Inheritance
Available extensions

Values

unicode → const BanglaTextEncoding

Real Unicode, read straight out of the text layer.

bijoy → const BanglaTextEncoding

Legacy Bijoy/ANSI, converted back to Unicode.

mixed → const BanglaTextEncoding

Both, in different runs — common when a Bijoy document was partly re-typed.

none → const BanglaTextEncoding

No text layer: a scan, or a document whose text could not be read.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<BanglaTextEncoding>
A constant List of the values in this enum, in order of their declaration.