Package net.sf.jasperreports.export.pdf
Interface PdfPhrase
-
- All Known Implementing Classes:
ClassicPhrase
public interface PdfPhrase- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(PdfChunk chunk)floatgo(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
-
-
-
Method Detail
-
add
void add(PdfChunk chunk)
-
go
float go(float llx, float lly, float urx, float ury, float fixedLeading, float multipliedLeading, PdfTextAlignment alignment, TextDirection runDirection)
-
-