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.Object
Represents 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 class
PdfCleanUpContentChunk.Image
Represents an image used in a pdf content stream.static class
PdfCleanUpContentChunk.Text
Represents a text fragment from a pdf content stream.
-
Field Summary
Fields Modifier and Type Field Description private boolean
visible
-
Constructor Summary
Constructors Constructor Description PdfCleanUpContentChunk(boolean visible)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVisible()
-