Package com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpContentChunk
java.lang.Object
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
- Direct Known Subclasses:
PdfCleanUpContentChunk.Image
,PdfCleanUpContentChunk.Text
Represents a chunk of a pdf content stream which is under cleanup processing. E.g. image, text.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents an image used in a pdf content stream.static class
Represents a text fragment from a pdf content stream. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
visible
private boolean visible
-
-
Constructor Details
-
PdfCleanUpContentChunk
public PdfCleanUpContentChunk(boolean visible)
-
-
Method Details
-
isVisible
public boolean isVisible()
-