Uses of Class
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpLocation
-
Packages that use PdfCleanUpLocation Package Description com.itextpdf.text.pdf.pdfcleanup -
-
Uses of PdfCleanUpLocation in com.itextpdf.text.pdf.pdfcleanup
Fields in com.itextpdf.text.pdf.pdfcleanup with type parameters of type PdfCleanUpLocation Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.util.List<PdfCleanUpLocation>>PdfCleanUpProcessor. pdfCleanUpLocationsMethods in com.itextpdf.text.pdf.pdfcleanup that return types with arguments of type PdfCleanUpLocation Modifier and Type Method Description private java.util.List<PdfCleanUpLocation>PdfCleanUpProcessor. extractLocationsFromRedactAnnot(int page, int annotIndex, PdfDictionary annotDict)Extracts locations from the concrete annotation.private java.util.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 java.util.Map<java.lang.Integer,java.util.List<PdfCleanUpLocation>>PdfCleanUpProcessor. organizeLocationsByPage(java.util.Collection<PdfCleanUpLocation> pdfCleanUpLocations)Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfCleanUpLocation Modifier and Type Method Description private voidPdfCleanUpProcessor. addColoredRectangle(PdfContentByte canvas, PdfCleanUpLocation cleanUpLocation)Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpLocation Modifier and Type Method Description private voidPdfCleanUpProcessor. cleanUpPage(int pageNum, java.util.List<PdfCleanUpLocation> cleanUpLocations)private voidPdfCleanUpProcessor. colorCleanedLocations(PdfContentByte canvas, java.util.List<PdfCleanUpLocation> cleanUpLocations)private PdfCleanUpRegionFilterPdfCleanUpProcessor. createFilter(java.util.List<PdfCleanUpLocation> cleanUpLocations)private java.util.Map<java.lang.Integer,java.util.List<PdfCleanUpLocation>>PdfCleanUpProcessor. organizeLocationsByPage(java.util.Collection<PdfCleanUpLocation> pdfCleanUpLocations)Constructor parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpLocation Constructor Description PdfCleanUpProcessor(java.util.List<PdfCleanUpLocation> pdfCleanUpLocations, PdfStamper pdfStamper)Creates aPdfCleanUpProcessorobject based on the givenListofPdfCleanUpLocations representing regions to be erased from the document.
-