Class UnderlineSelectionAction
- java.lang.Object
-
- org.faceless.pdf2.viewer2.ViewerFeature
-
- org.faceless.pdf2.viewer2.feature.MarkupSelectionAction
-
- org.faceless.pdf2.viewer2.feature.UnderlineSelectionAction
-
- All Implemented Interfaces:
DocumentPanelListener
,AreaSelectionAction
,TextSelectionAction
public class UnderlineSelectionAction extends MarkupSelectionAction
AMarkupSelectionAction
that will create an UnderlineAnnotationMarkup
on the selected text. The name of this feature is UnderlineSelectionActionThis code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
- Since:
- 2.11.7
-
-
Constructor Summary
Constructors Constructor Description UnderlineSelectionAction()
-
Method Summary
-
Methods inherited from class org.faceless.pdf2.viewer2.feature.MarkupSelectionAction
documentUpdated, getDescription, initialize, isEnabled, selectAction, selectArea, setColor, setDescription, setType
-
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, isEnabledByDefault, setFeatureName, teardown, toString
-
-