Class ClassicTextChunk
- java.lang.Object
-
- net.sf.jasperreports.export.pdf.classic.ClassicChunk
-
- net.sf.jasperreports.export.pdf.classic.ClassicTextChunk
-
- All Implemented Interfaces:
PdfChunk,PdfTextChunk
public class ClassicTextChunk extends ClassicChunk implements PdfTextChunk
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.export.pdf.classic.ClassicChunk
chunk
-
-
Constructor Summary
Constructors Constructor Description ClassicTextChunk(ClassicPdfProducer pdfProducer, com.lowagie.text.Chunk chunk, com.lowagie.text.Font font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBackground(Color backcolor)voidsetStrikethrough()voidsetSubscript()voidsetSuperscript()voidsetUnderline()-
Methods inherited from class net.sf.jasperreports.export.pdf.classic.ClassicChunk
getChunk, setAnchor, setJavaScriptAction, setLocalDestination, setLocalGoto, setRemoteGoto, setRemoteGoto
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.export.pdf.PdfChunk
setAnchor, setJavaScriptAction, setLocalDestination, setLocalGoto, setRemoteGoto, setRemoteGoto
-
-
-
-
Constructor Detail
-
ClassicTextChunk
public ClassicTextChunk(ClassicPdfProducer pdfProducer, com.lowagie.text.Chunk chunk, com.lowagie.text.Font font)
-
-
Method Detail
-
setUnderline
public void setUnderline()
- Specified by:
setUnderlinein interfacePdfTextChunk
-
setStrikethrough
public void setStrikethrough()
- Specified by:
setStrikethroughin interfacePdfTextChunk
-
setSuperscript
public void setSuperscript()
- Specified by:
setSuperscriptin interfacePdfTextChunk
-
setSubscript
public void setSubscript()
- Specified by:
setSubscriptin interfacePdfTextChunk
-
setBackground
public void setBackground(Color backcolor)
- Specified by:
setBackgroundin interfacePdfTextChunk
-
-