Package com.tom_roush.pdfbox.cos
Interface COSUpdateInfo
-
- All Known Implementing Classes:
COSDictionary,COSObject,COSStream
public interface COSUpdateInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNeedToBeUpdated()Get the update state for the COSWriter.voidsetNeedToBeUpdated(boolean flag)Set the update state of the dictionary for the COSWriter.
-