Uses of Class
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
-
Packages that use PdfCleanUpContentChunk Package Description com.itextpdf.text.pdf.pdfcleanup -
-
Uses of PdfCleanUpContentChunk in com.itextpdf.text.pdf.pdfcleanup
Subclasses of PdfCleanUpContentChunk in com.itextpdf.text.pdf.pdfcleanup 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.Fields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type PdfCleanUpContentChunk Modifier and Type Field Description private java.util.List<PdfCleanUpContentChunk>PdfCleanUpRenderListener. chunksMethods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type PdfCleanUpContentChunk Modifier and Type Method Description java.util.List<PdfCleanUpContentChunk>PdfCleanUpRenderListener. getChunks()Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpContentChunk Modifier and Type Method Description private booleanPdfCleanUpContentOperator. allChunksAreVisible(java.util.List<PdfCleanUpContentChunk> chunks)private voidPdfCleanUpContentOperator. writeTextChunks(java.util.Map<java.lang.Integer,java.lang.Float> structuredTJoperands, java.util.List<PdfCleanUpContentChunk> chunks, PdfContentByte canvas, float characterSpacing, float wordSpacing, float fontSize, float horizontalScaling)Renders parts of text which are visible.
-