net.sf.jasperreports.engine
Interface JRPrintAnchor
- All Known Subinterfaces:
- JRPrintImage, JRPrintText
- All Known Implementing Classes:
- JRBasePrintImage, JRBasePrintText, JRRecordedValuesPrintImage, JRRecordedValuesPrintText, JRTemplatePrintImage, JRTemplatePrintText
public interface JRPrintAnchor
- Version:
- $Id: JRPrintAnchor.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu ([email protected])
getAnchorName
java.lang.String getAnchorName()
setAnchorName
void setAnchorName(java.lang.String anchorName)
getBookmarkLevel
int getBookmarkLevel()
- Returns the level of the bookmark corresponding to the anchor.
- Returns:
- the level of the bookmark corresponding to the anchor (starting from 1)
or
NO_BOOKMARK
if no bookmark should be created for this anchor
setBookmarkLevel
void setBookmarkLevel(int bookmarkLevel)
- Sets the boomark level for the anchor.
- Parameters:
bookmarkLevel
- the bookmark level (starting from 1)
or NO_BOOKMARK
if no bookmark should be created
Copyright © 2011. All Rights Reserved.