Package | Description |
---|---|
com.itextpdf.pdfcleanup.autosweep |
Modifier and Type | Class and Description |
---|---|
class |
CompositeCleanupStrategy
This class is a composite pattern for ICleanupStrategy It allows users to have multiple ICleanupStrategy implementations and bundle them as one.
|
class |
RegexBasedCleanupStrategy
This class represents a regular expression based cleanup strategy
|
Modifier and Type | Method and Description |
---|---|
ICleanupStrategy |
CompositeCleanupStrategy.reset() |
ICleanupStrategy |
ICleanupStrategy.reset()
ICleanupStrategy objects have to be reset at times PdfAutoSweep will use the same strategy for all pages, and expects to receive only the rectangles from the last page as output.
|
ICleanupStrategy |
RegexBasedCleanupStrategy.reset() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeCleanupStrategy.add(ICleanupStrategy ies) |
Constructor and Description |
---|
PdfAutoSweep(ICleanupStrategy strategy)
Construct a new instance of PdfAutoSweep with a given ICleanupStrategy
|
Copyright © 1998–2021 iText Group NV. All rights reserved.