Uses of Class
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpLocation
Packages that use PdfCleanUpLocation
-
Uses of PdfCleanUpLocation in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type PdfCleanUpLocationModifier and TypeFieldDescriptionprivate Map<Integer, List<PdfCleanUpLocation>> PdfCleanUpProcessor.pdfCleanUpLocationsMethods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type PdfCleanUpLocationModifier and TypeMethodDescriptionprivate List<PdfCleanUpLocation> PdfCleanUpProcessor.extractLocationsFromRedactAnnot(int page, int annotIndex, PdfDictionary annotDict) Extracts locations from the concrete annotation.private List<PdfCleanUpLocation> PdfCleanUpProcessor.extractLocationsFromRedactAnnots(int page, PdfDictionary pageDict) Extracts locations from the redact annotations contained in the document and applied to the given page.private Map<Integer, List<PdfCleanUpLocation>> PdfCleanUpProcessor.organizeLocationsByPage(Collection<PdfCleanUpLocation> pdfCleanUpLocations) Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfCleanUpLocationModifier and TypeMethodDescriptionprivate voidPdfCleanUpProcessor.addColoredRectangle(PdfContentByte canvas, PdfCleanUpLocation cleanUpLocation) Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpLocationModifier and TypeMethodDescriptionprivate voidPdfCleanUpProcessor.cleanUpPage(int pageNum, List<PdfCleanUpLocation> cleanUpLocations) private voidPdfCleanUpProcessor.colorCleanedLocations(PdfContentByte canvas, List<PdfCleanUpLocation> cleanUpLocations) private PdfCleanUpRegionFilterPdfCleanUpProcessor.createFilter(List<PdfCleanUpLocation> cleanUpLocations) private Map<Integer, List<PdfCleanUpLocation>> PdfCleanUpProcessor.organizeLocationsByPage(Collection<PdfCleanUpLocation> pdfCleanUpLocations) Constructor parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpLocationModifierConstructorDescriptionPdfCleanUpProcessor(List<PdfCleanUpLocation> pdfCleanUpLocations, PdfStamper pdfStamper) Creates aPdfCleanUpProcessorobject based on the givenListofPdfCleanUpLocations representing regions to be erased from the document.