public interface JRPrintAnchor
Modifier and Type | Method and Description |
---|---|
String |
getAnchorName() |
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor.
|
void |
setAnchorName(String anchorName) |
void |
setBookmarkLevel(int bookmarkLevel)
Sets the boomark level for the anchor.
|
String getAnchorName()
void setAnchorName(String anchorName)
int getBookmarkLevel()
NO_BOOKMARK
if no bookmark should be created for this anchorvoid setBookmarkLevel(int bookmarkLevel)
bookmarkLevel
- the bookmark level (starting from 1)
or NO_BOOKMARK
if no bookmark should be createdCopyright © 2023 Cloud Software Group, Inc.. All rights reserved.