public static final enum

AppearanceStreamGenerator.AppearanceStreamGenerationOptions

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.appearance.AppearanceStreamGenerator.AppearanceStreamGenerationOptions

Class Overview

Options for appearance stream generation.

Summary

Enum Values
AppearanceStreamGenerator.AppearanceStreamGenerationOptions  FLATTEN  The appearance stream we're asking for is for flattening an annotation. 
AppearanceStreamGenerator.AppearanceStreamGenerationOptions  PRINT  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

Enum Values

public static final AppearanceStreamGenerator.AppearanceStreamGenerationOptions FLATTEN

The appearance stream we're asking for is for flattening an annotation. This, for example, makes a difference for note annotations.

public static final AppearanceStreamGenerator.AppearanceStreamGenerationOptions PRINT

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.

Public Methods

public static final AppearanceStreamGenerationOptions[] values ()