Package com.pdftools.pdf
Class Revision
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.pdf.Revision
-
public class Revision extends NativeObject
The document revision
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIsLatest()Whether this is the latest document revision (Getter)voidwrite(Stream stream)Write the contents of the document revision to a stream-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
write
public void write(Stream stream) throws java.io.IOException
Write the contents of the document revision to a stream
- Parameters:
stream- The stream to which the revision is written.- Throws:
java.io.IOException- Unable to write to the stream.java.lang.IllegalArgumentException- ifstreamisnull
-
getIsLatest
public boolean getIsLatest()
Whether this is the latest document revision (Getter)
-
-