Package org.apache.pdfbox.pdmodel.fixup
Class AbstractFixup
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.fixup.AbstractFixup
-
- All Implemented Interfaces:
PDDocumentFixup
- Direct Known Subclasses:
AcroFormDefaultFixup
public abstract class AbstractFixup extends java.lang.Object implements PDDocumentFixup
-
-
Field Summary
Fields Modifier and Type Field Description protected PDDocument
document
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFixup(PDDocument document)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pdfbox.pdmodel.fixup.PDDocumentFixup
apply
-
-
-
-
Field Detail
-
document
protected PDDocument document
-
-
Constructor Detail
-
AbstractFixup
protected AbstractFixup(PDDocument document)
-
-