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.pdfCleanUpLocations
Methods 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 void
PdfCleanUpProcessor.addColoredRectangle
(PdfContentByte canvas, PdfCleanUpLocation cleanUpLocation) Method parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpLocationModifier and TypeMethodDescriptionprivate void
PdfCleanUpProcessor.cleanUpPage
(int pageNum, List<PdfCleanUpLocation> cleanUpLocations) private void
PdfCleanUpProcessor.colorCleanedLocations
(PdfContentByte canvas, List<PdfCleanUpLocation> cleanUpLocations) private PdfCleanUpRegionFilter
PdfCleanUpProcessor.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 aPdfCleanUpProcessor
object based on the givenList
ofPdfCleanUpLocation
s representing regions to be erased from the document.