Namespaces | |
CommandLine | |
Features | |
Fonts | |
IO | |
LicenseManagement | |
Logging | |
Plugins | |
Presentation | |
Reading | |
ResourceProviders | |
Tests | |
Classes | |
class | AssemblyConstants |
Defines the constants that participate in the license check for the component. These used to be defined directly as assembly attributes, but I moved them into separate class because in .NET Compact Framework I cannot access assembly attributes. Now the licensing code when compiled for the .NET Compact Framework uses these constants instead of the assembly attributes. More... | |
class | BuildVersionInfo |
This class provides information about current product build. More... | |
class | License |
Provides methods to license the component. More... | |
class | Metered |
Provides methods to set metered key. More... | |
class | NamespaceDoc |
The Aspose.TeX is a root namespace for all classes of the Aspose.TeX library which are either directly contained within it, such as TeXJob, or indirectly through several nested namespaces. More... | |
class | TeXConfig |
Class providing available TeX configurations. More... | |
class | TeXExtension |
Class defining constants to choose a TeX engine extension from. More... | |
class | TeXJob |
Implements features of a TeX job. More... | |
class | TeXOptions |
TeX file processing options class. More... | |
Enumerations | |
enum | Interaction { Interaction::BatchMode, Interaction::NonstopMode, Interaction::ScrollMode, Interaction::ErrorStopMode, Interaction::FormatDefined } |
Represents increasing amounts of user interaction. More... | |
enum | ShellMode { ShellMode::NoShellEscape, ShellMode::ShellRestricted } |
Enumerates values that determine the availability of . More... | |
enum | TeXJobResult { TeXJobResult::Spotless, TeXJobResult::WarningIssued, TeXJobResult::ErrorMessageIssued, TeXJobResult::FatalErrorStop } |
Lists possible results of a TeX job. More... | |
enum | EditionType { EditionType::Professional, EditionType::Enterprise } |
Specifies the edition type of the license. More... | |
enum | ProductType { ProductType::Aspose, ProductType::Conholdate, ProductType::Market } |
Which product of the license or black list : Aspose or Conholdate. More... | |
enum | LicenseState { LicenseState::Evaluation, LicenseState::Licensed } |
Represents possible license states. More... | |
|
strong |
|
strong |
Represents increasing amounts of user interaction.
Enumerator | |
---|---|
BatchMode | Omits all stops and omits terminal output. |
NonstopMode | Omits all stops. |
ScrollMode | Omits error stops. |
ErrorStopMode | Stops at every opportunity to interact. |
FormatDefined | Preserves the interaction mode defined by a TeX format. |
|
strong |
|
strong |
Which product of the license or black list : Aspose or Conholdate.
Enumerator | |
---|---|
Aspose | |
Conholdate | |
Market |
|
strong |
|
strong |
Lists possible results of a TeX job.