public final class TeXLoadResult
extends com.aspose.ms.System.Enum
Results for TeX load and compiling.
Modifier and Type | Field and Description |
---|---|
static int |
ErrorMessageIssued
Errors present on loading and compiling.
|
static int |
FatalErrorStop
Fatal errors present on loading and compiling.
|
static int |
NotExecuted
Loading not executed yet.
|
static int |
Spotless
Spotless result of loading and compiling.
|
static int |
WarningIssued
Warnings present on loading and compiling.
|
public static final int NotExecuted
Loading not executed yet.
public static final int Spotless
Spotless result of loading and compiling.
public static final int WarningIssued
Warnings present on loading and compiling.
public static final int ErrorMessageIssued
Errors present on loading and compiling.
public static final int FatalErrorStop
Fatal errors present on loading and compiling.
Copyright © 2024 Aspose. All Rights Reserved.