Class PdfCleanUpContentChunk.Text

java.lang.Object
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk.Text
Enclosing class:
PdfCleanUpContentChunk

public static class PdfCleanUpContentChunk.Text extends PdfCleanUpContentChunk
Represents a text fragment from a pdf content stream.
  • Field Details

    • text

      private PdfString text
    • startX

      private float startX
    • endX

      private float endX
    • numOfStrTextBelongsTo

      private int numOfStrTextBelongsTo
  • Constructor Details

    • Text

      public Text(PdfString text, Vector startLocation, Vector endLocation, boolean visible, int numOfStrTextBelongsTo)
  • Method Details

    • getText

      public PdfString getText()
    • getStartX

      public float getStartX()
    • getEndX

      public float getEndX()
    • getNumOfStrTextBelongsTo

      public int getNumOfStrTextBelongsTo()