Aspose::TeX::Interaction enum
Interaction enum
Represents increasing amounts of user interaction.
enum class Interaction
Values
Name | Value | Description |
---|---|---|
BatchMode | 0 | Omits all stops and omits terminal output. |
NonstopMode | 1 | Omits all stops. |
ScrollMode | 2 | Omits error stops. |
ErrorStopMode | 3 | Stops at every opportunity to interact. |
FormatDefined | 4 | Preserves the interaction mode defined by a TeX format. |
See Also
- Namespace Aspose::TeX
- Library Aspose.TeX for C++