public class HtmlToPdfProgress
extends java.lang.Object
| Constructor and Description |
|---|
HtmlToPdfProgress(int phase,
java.lang.String phaseDescription,
int totalPhases,
int phaseProgress) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPhase()
Returns the current phase index of the conversion process.
|
java.lang.String |
getPhaseDescription()
Returns the description of the current phase of the conversion process.
|
int |
getPhaseProgress()
Returns the progress of the current phase, in percentage (0-100).
|
int |
getTotalPhases()
Returns the total amount of phases of the conversion process.
|
public HtmlToPdfProgress(int phase,
java.lang.String phaseDescription,
int totalPhases,
int phaseProgress)
public int getPhase()
public java.lang.String getPhaseDescription()
public int getTotalPhases()
public int getPhaseProgress()