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 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.Fields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type PdfCleanUpContentChunk Modifier and Type Field Description private java.util.List<PdfCleanUpContentChunk>
PdfCleanUpRenderListener. chunks
Methods 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 boolean
PdfCleanUpContentOperator. allChunksAreVisible(java.util.List<PdfCleanUpContentChunk> chunks)
private void
PdfCleanUpContentOperator. 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.
-