|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides access to page views on a PDF document. The interface provides methods for working with the text selection on the pages. To get an object that implements the interface, the host application can call PDFViewerBean.getPageView (int pageNumber). The method returns an object of type JComponent that is guaranteed to implement IPDFPageView.
| Field Summary | |
static Color |
m_SelectFgndColor
Deprecated. This variable cannot be changed since it is defined in an interface. Use |
static Color |
m_SelectXORColor
Deprecated. This variable cannot be changed since it is defined in an interface. Use |
| Method Summary | |
TextSelection |
clearTextSelection()
Clears the current text selection. |
TextSelection |
getTextSelection()
Returns the current text selection in the page, if any. |
void |
setTextSelection(TextSelection ts)
Sets the text selection in this page. |
| Field Detail |
public static final Color m_SelectXORColor
public static final Color m_SelectFgndColor
| Method Detail |
public void setTextSelection(TextSelection ts)
ts - The new text selection.public TextSelection clearTextSelection()
public TextSelection getTextSelection()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||