java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.document.processor.PdfProcessorTask.AnnotationProcessingMode |
Describes how an annotation will be processed by a processor.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PdfProcessorTask.AnnotationProcessingMode | DELETE | This will delete the annotation. | |||||||||
PdfProcessorTask.AnnotationProcessingMode | FLATTEN | This will flatten annotation to the document content. | |||||||||
PdfProcessorTask.AnnotationProcessingMode | KEEP | This will keep annotation as a separate annotation. | |||||||||
PdfProcessorTask.AnnotationProcessingMode | This will flatten the annotation if it can be printed, removes it otherwise. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PdfProcessorTask.AnnotationProcessingMode | valueOf(String name) | ||||||||||
final static AnnotationProcessingMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This will delete the annotation.
This will flatten annotation to the document content.
This will keep annotation as a separate annotation.
This will flatten the annotation if it can be printed, removes it otherwise.