java.lang.Object | |
↳ | com.pdftron.sdf.ResultSnapshot |
The class ResultSnapshot. Represents a transition between two document states.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ResultSnapshot(long impl_ptr) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | __GetHandle() | ||||||||||
void |
close()
Frees the native memory of the object.
| ||||||||||
DocSnapshot |
currentState()
Retrieves the document state to which this transition has transitioned.
| ||||||||||
void |
destroy()
Frees the native memory of the object.
| ||||||||||
boolean |
isNullTransition()
Returns whether this transition is a null transition.
| ||||||||||
boolean |
isOk()
Returns whether this transition is valid or a null transition.
| ||||||||||
DocSnapshot |
previousState()
Retrieves the document state from which this transition has transitioned.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Retrieves the document state to which this transition has transitioned.
PDFNetException |
---|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Returns whether this transition is a null transition.
PDFNetException |
---|
Returns whether this transition is valid or a null transition.
PDFNetException |
---|
Retrieves the document state from which this transition has transitioned.
PDFNetException |
---|