public static class UnifiedSaveOptions.ProgressEventHandlerInfo extends Object
This class represents information about conversion progress that can be used in external application to show conversion progress to end user
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType()
Type of progress event that occured
|
int |
getMaxValue()
maximum possible value of progress value
|
int |
getValue()
current value of progress value
|
void |
setEventType(int eventType)
Type of progress event that occured
|
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 occured
ProgressEventTypepublic void setEventType(int eventType)
Type of progress event that occured
eventType - ProgressEventType elementProgressEventTypepublic 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 valueCopyright © 2024 Aspose. All Rights Reserved.