Class TextFrame

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

public class TextFrame extends Object
Please see Example_47
  • Constructor Details

  • Method Details

    • setLocation

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

      public TextFrame setWidth(float w)
    • setHeight

      public TextFrame setHeight(float h)
    • setLeading

      public TextFrame setLeading(float leading)
    • setParagraphLeading

      public TextFrame setParagraphLeading(float paragraphLeading)
    • getBeginParagraphPoints

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

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

      public TextFrame setSpaceBetweenTextLines(float spaceBetweenTextLines)
    • getParagraphs

      public List<Paragraph> getParagraphs()
    • drawOn

      public TextFrame drawOn(Page page) throws Exception
      Throws:
      Exception
    • drawOn

      public TextFrame drawOn(Page page, boolean draw) throws Exception
      Throws:
      Exception
    • drawTextLine

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