Package net.sf.jasperreports.export.pdf
Interface PdfTextChunk
-
- All Superinterfaces:
PdfChunk
- All Known Implementing Classes:
ClassicTextChunk
public interface PdfTextChunk extends PdfChunk
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBackground(java.awt.Color backcolor)voidsetStrikethrough()voidsetSubscript()voidsetSuperscript()voidsetUnderline()-
Methods inherited from interface net.sf.jasperreports.export.pdf.PdfChunk
setAnchor, setJavaScriptAction, setLocalDestination, setLocalGoto, setRemoteGoto, setRemoteGoto
-
-