Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
WarningCallback |
LatexLoadOptions.getWarningCallback()
Gets callback object for info/errors notification.
|
WarningCallback |
LoadOptions.getWarningHandler()
Callback to handle any warnings generated.
|
WarningCallback |
SaveOptions.getWarningHandler()
Callback to handle any warnings generated.
|
Modifier and Type | Method and Description |
---|---|
void |
LatexLoadOptions.setWarningCallback(WarningCallback value)
Sets callback object for info/errors notification.
|
void |
LoadOptions.setWarningHandler(WarningCallback value)
Callback to handle any warnings generated.
|
void |
SaveOptions.setWarningHandler(WarningCallback value)
Callback to handle any warnings generated.
|