Package com.itextpdf.text.pdf.pdfcleanup
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
PdfCleanUpContentChunk.Image, PdfCleanUpContentChunk.Text
-
-
Field Summary
Fields Modifier and Type Field Description private float
endX
private int
numOfStrTextBelongsTo
private float
startX
private PdfString
text
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getEndX()
int
getNumOfStrTextBelongsTo()
float
getStartX()
PdfString
getText()
-
Methods inherited from class com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
isVisible
-
-
-
-
Field Detail
-
text
private PdfString text
-
startX
private float startX
-
endX
private float endX
-
numOfStrTextBelongsTo
private int numOfStrTextBelongsTo
-
-
Method Detail
-
getText
public PdfString getText()
-
getStartX
public float getStartX()
-
getEndX
public float getEndX()
-
getNumOfStrTextBelongsTo
public int getNumOfStrTextBelongsTo()
-
-