Uses of Interface
com.itextpdf.pdfcleanup.autosweep.ICleanupStrategy
Packages that use ICleanupStrategy
-
Uses of ICleanupStrategy in com.itextpdf.pdfcleanup
Methods in com.itextpdf.pdfcleanup with parameters of type ICleanupStrategyModifier and TypeMethodDescriptionstatic voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy, CleanUpProperties properties) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfDocument pdfDocument, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations, CleanUpProperties properties) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy, CleanUpProperties properties) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(com.itextpdf.kernel.pdf.PdfPage pdfPage, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations, CleanUpProperties properties) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy, CleanUpProperties properties) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations) Perform cleanup of areas of interest based on a given cleanup strategy.static voidPdfCleaner.autoSweepCleanUp(InputStream inputPdf, OutputStream outputPdf, ICleanupStrategy strategy, List<PdfCleanUpLocation> additionalCleanUpLocations, CleanUpProperties properties) Perform cleanup of areas of interest based on a given cleanup strategy. -
Uses of ICleanupStrategy in com.itextpdf.pdfcleanup.autosweep
Classes in com.itextpdf.pdfcleanup.autosweep that implement ICleanupStrategyModifier and TypeClassDescriptionclassThis class is a composite pattern forICleanupStrategy.classThis class represents a regular expression based cleanup strategyMethods in com.itextpdf.pdfcleanup.autosweep that return ICleanupStrategyModifier and TypeMethodDescriptionCompositeCleanupStrategy.reset()Returns acleanup strategywhich represents a resetcomposite cleanup strategy.ICleanupStrategy.reset()ICleanupStrategy objects have to be reset at timesPdfAutoSweepwill use the same strategy for all pages, and expects to receive only the rectangles from the last page as output.RegexBasedCleanupStrategy.reset()Returns anICleanupStrategyobject which is set to this regular pattern and redaction color.Methods in com.itextpdf.pdfcleanup.autosweep with parameters of type ICleanupStrategyModifier and TypeMethodDescriptionvoidCompositeCleanupStrategy.add(ICleanupStrategy strategy) Adds acleanup strategyto thiscomposite pattern.Constructors in com.itextpdf.pdfcleanup.autosweep with parameters of type ICleanupStrategyModifierConstructorDescriptionPdfAutoSweepTools(ICleanupStrategy strategy) Construct a new instance of PdfAutoSweepTools with a given ICleanupStrategy