| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.annotations.appearance.AppearanceStreamGenerator.AppearanceStreamGenerationOptions | |
Options for appearance stream generation.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AppearanceStreamGenerator.AppearanceStreamGenerationOptions | FLATTEN | The appearance stream we're asking for is for flattening an annotation. | |||||||||
| AppearanceStreamGenerator.AppearanceStreamGenerationOptions | The appearance stream we're asking for is for flattening an annotation for printing. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AppearanceStreamGenerator.AppearanceStreamGenerationOptions | valueOf(String name) | ||||||||||
| final static AppearanceStreamGenerationOptions[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The appearance stream we're asking for is for flattening an annotation. This, for example, makes a difference for note annotations.
The appearance stream we're asking for is for flattening an annotation for printing. This requires different behaviour in some cases, like if the annotation has `NoView | Print` set as its flags.