Package net.sf.jasperreports.pdf.common
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 void
add(PdfChunk chunk)
float
go(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)
-
-