com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpRenderListener
java.lang.Object
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpRenderListener
- All Implemented Interfaces:
- RenderListener
public class PdfCleanUpRenderListener
- extends Object
- implements RenderListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunks
protected List<PdfCleanUpContentChunk> chunks
PdfCleanUpRenderListener
public PdfCleanUpRenderListener(PdfStamper pdfStamper,
List<PdfCleanUpRegionFilter> filters)
renderText
public void renderText(TextRenderInfo renderInfo)
- Specified by:
renderText
in interface RenderListener
renderImage
public void renderImage(ImageRenderInfo renderInfo)
- Specified by:
renderImage
in interface RenderListener
beginTextBlock
public void beginTextBlock()
- Specified by:
beginTextBlock
in interface RenderListener
endTextBlock
public void endTextBlock()
- Specified by:
endTextBlock
in interface RenderListener
getChunks
public List<PdfCleanUpContentChunk> getChunks()
getContext
public com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpRenderListener.PdfCleanUpContext getContext()
registerNewContext
public void registerNewContext(PdfDictionary resources,
PdfContentByte canvas)
popContext
public void popContext()
Copyright © 2014. All Rights Reserved.