Interface PdfPhrase

  • All Known Implementing Classes:
    ClassicPhrase

    public interface PdfPhrase
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • go

        float go​(float llx,
                 float lly,
                 float urx,
                 float ury,
                 float fixedLeading,
                 float multipliedLeading,
                 PdfTextAlignment alignment,
                 TextDirection runDirection)