org.faceless.pdf2.viewer2.feature
Class TextCopyAction
java.lang.Object
org.faceless.pdf2.viewer2.ViewerFeature
org.faceless.pdf2.viewer2.feature.TextCopyAction
- All Implemented Interfaces:
- TextSelectionAction
public class TextCopyAction
- extends ViewerFeature
- implements TextSelectionAction
A TextSelectionAction
that will copy the selected text to the
System clipboard.
The name of this feature is TextCopyAction
This 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.19
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature |
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown, toString |
TextCopyAction
public TextCopyAction()
getDescription
public String getDescription()
- Description copied from interface:
TextSelectionAction
- Get the name of this Action, to appear in the popup menu.
- Specified by:
getDescription
in interface TextSelectionAction
selectAction
public void selectAction(DocumentPanel docpanel,
TextSelection.RangeList range)
- Description copied from interface:
TextSelectionAction
- Run the action.
- Specified by:
selectAction
in interface TextSelectionAction
- Parameters:
docpanel
- the DocumentPanel this action is being run on.range
- the TextSelection.RangeList
containing the list of selected text items, which may be from multiple pages
Copyright © 2001-2010 Big Faceless Organization