public static class PdfFileEditor.ProgressEventHandlerInfo extends Object
This class represents information about concatenation progress that can be used in external application.
Modifier and Type | Method and Description |
---|---|
int |
getDocumentNumber()
Progress for document with number
|
int |
getEventType()
Type of progress event that occurred
|
int |
getMaxValue()
Maximum possible value of progress value
|
int |
getValue()
Current value of progress value
|
void |
setDocumentNumber(int documentNumber)
Progress for document with number
|
void |
setEventType(int eventType)
Type of progress event that occurred
|
void |
setMaxValue(int maxValue)
Maximum possible value of progress value
|
void |
setValue(int value)
Current value of progress value
|
public int getEventType()
Type of progress event that occurred
public void setEventType(int eventType)
Type of progress event that occurred
eventType
- int valuepublic int getDocumentNumber()
Progress for document with number
public void setDocumentNumber(int documentNumber)
Progress for document with number
documentNumber
- int valuepublic int getValue()
Current value of progress value
public void setValue(int value)
Current value of progress value
value
- int valuepublic int getMaxValue()
Maximum possible value of progress value
public void setMaxValue(int maxValue)
Maximum possible value of progress value
maxValue
- int value