Class PdfUpTextBox

All Implemented Interfaces:
com.lowagie.text.SplitCharacter, Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Identified

@Component public class PdfUpTextBox extends PdfTextBox
This class extends PdfBox and implements the management of a box within a text Paragraph, inside a pdf report.
The Paragraph class represents a self-contained block of textual and graphical information.
See Also:
  • Constructor Details

    • PdfUpTextBox

      public PdfUpTextBox()
  • Method Details

    • verticalSetup

      public void verticalSetup()
      Setup the width attribute.
      Overrides:
      verticalSetup in class PdfTextBox
    • drawInsideFront

      public void drawInsideFront(Report r, float x, float y, float w, float h)
      Draw the box with the text inside.
      Overrides:
      drawInsideFront in class PdfTextBox
      Parameters:
      r - The report where draw the text box.
      x - The x coordinate from which start draw.
      y - The y coordinate from which start draw.
      w - The width of the box.
      h - The height of the box.