Uses of Interface
org.faceless.pdf2.viewer2.feature.AreaSelectionAction
-
Packages that use AreaSelectionAction Package Description org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of AreaSelectionAction in org.faceless.pdf2.viewer2.feature
Classes in org.faceless.pdf2.viewer2.feature that implement AreaSelectionAction Modifier and Type Class Description class
CropPage
class
HighlightSelectionAction
AMarkupSelectionAction
that will create an HighlightAnnotationMarkup
on the selected text.class
MarkupSelectionAction
ATextSelectionAction
that will create anAnnotationMarkup
of the specified type on the selected text.class
RedactSelectionAction
ATextSelectionAction
that will redact the selected area of the PDF using theRedactor
class.class
StrikeOutSelectionAction
AMarkupSelectionAction
that will create an StrikeOutAnnotationMarkup
on the selected text.class
UnderlineSelectionAction
AMarkupSelectionAction
that will create an UnderlineAnnotationMarkup
on the selected text.
-