Package net.sf.jasperreports.pdf.common
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 void
setBackground(Color backcolor)
void
setStrikethrough()
void
setSubscript()
void
setSuperscript()
void
setUnderline()
-
Methods inherited from interface net.sf.jasperreports.pdf.common.PdfChunk
setAnchor, setJavaScriptAction, setLocalDestination, setLocalGoto, setRemoteGoto, setRemoteGoto
-
-
-
-
Method Detail
-
setUnderline
void setUnderline()
-
setStrikethrough
void setStrikethrough()
-
setSubscript
void setSubscript()
-
setSuperscript
void setSuperscript()
-
setBackground
void setBackground(Color backcolor)
-
-