Package com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpContentChunk
- java.lang.Object
-
- com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
-
- Direct Known Subclasses:
PdfCleanUpContentChunk.Image,PdfCleanUpContentChunk.Text
abstract class PdfCleanUpContentChunk extends java.lang.ObjectRepresents a chunk of a pdf content stream which is under cleanup processing. E.g. image, text.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPdfCleanUpContentChunk.ImageRepresents an image used in a pdf content stream.static classPdfCleanUpContentChunk.TextRepresents a text fragment from a pdf content stream.
-
Field Summary
Fields Modifier and Type Field Description private booleanvisible
-
Constructor Summary
Constructors Constructor Description PdfCleanUpContentChunk(boolean visible)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisVisible()
-