Package net.sf.jasperreports.export.pdf
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 voidsetAnchor(String reference)voidsetJavaScriptAction(String script)voidsetLocalDestination(String anchorName)voidsetLocalGoto(String anchor)voidsetRemoteGoto(String reference, int page)voidsetRemoteGoto(String reference, String anchor)
-