Class Text

java.lang.Object
net.atthegate.server.service.pdf.Text

public class Text extends Object
Please see Example_45
  • Constructor Details

  • Method Details

    • setLocation

      public Text setLocation(float x, float y)
    • setWidth

      public Text setWidth(float w)
    • setLeading

      public Text setLeading(float leading)
    • setParagraphLeading

      public Text setParagraphLeading(float paragraphLeading)
    • getBeginParagraphPoints

      public List<float[]> getBeginParagraphPoints()
    • getEndParagraphPoints

      public List<float[]> getEndParagraphPoints()
    • setSpaceBetweenTextLines

      public Text setSpaceBetweenTextLines(float spaceBetweenTextLines)
    • drawOn

      public float[] drawOn(Page page) throws Exception
      Throws:
      Exception
    • drawOn

      public float[] drawOn(Page page, boolean draw) throws Exception
      Throws:
      Exception
    • drawTextLine

      public float[] drawTextLine(Page page, float x_text, float y_text, TextLine textLine, boolean draw) throws Exception
      Throws:
      Exception