[]
Represents an appearance entry ("N", "D" or "R") of an annotation's appearance dictionary. An appearance entry can contain a single (default) appearance stream, or a set of named appearance streams (e.g. representing the on/off states of a check box).
get default(): FormXObject;
Gets the default appearance stream (a FormXObject), or null if there is none.
set default(value): void;
Sets the default appearance stream (a FormXObject), null removes it.
void
getStream(name): FormXObject;
Gets the appearance stream with the specified name, or null if there is none.
string
The name of the appearance stream.
setStream(name, value): void;
Sets the appearance stream with the specified name, null removes it.
string
The name of the appearance stream.
The new appearance stream (a FormXObject), or null.
void