Uses of Class
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
Packages that use PdfCleanUpContentChunk
-
Uses of PdfCleanUpContentChunk in com.itextpdf.text.pdf.pdfcleanup
Subclasses of PdfCleanUpContentChunk in com.itextpdf.text.pdf.pdfcleanupModifier and TypeClassDescriptionstatic class
Represents an image used in a pdf content stream.static class
Represents a text fragment from a pdf content stream.Fields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type PdfCleanUpContentChunkModifier and TypeFieldDescriptionprivate List
<PdfCleanUpContentChunk> PdfCleanUpRenderListener.chunks
Methods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type PdfCleanUpContentChunkMethod parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpContentChunkModifier and TypeMethodDescriptionprivate boolean
PdfCleanUpContentOperator.allChunksAreVisible
(List<PdfCleanUpContentChunk> chunks) private void
PdfCleanUpContentOperator.writeTextChunks
(Map<Integer, Float> structuredTJoperands, List<PdfCleanUpContentChunk> chunks, PdfContentByte canvas, float characterSpacing, float wordSpacing, float fontSize, float horizontalScaling) Renders parts of text which are visible.