Package net.sf.jasperreports.pdf.common
Interface PdfChunk
-
- All Known Subinterfaces:
PdfTextChunk
- All Known Implementing Classes:
ClassicChunk
,ClassicTextChunk
public interface PdfChunk
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAnchor(String reference)
void
setJavaScriptAction(String script)
void
setLocalDestination(String anchorName)
void
setLocalGoto(String anchor)
void
setRemoteGoto(String reference, int page)
void
setRemoteGoto(String reference, String anchor)
-