Aspose::TeX Namespace Reference

Namespaces

 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 Aspose.TeX library which are either directly in it like Device or indirectly through several namesubspaces. 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  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...
 

Enumeration Type Documentation

◆ EditionType

Specifies the edition type of the license.

Enumerator
Professional 
Enterprise 

◆ Interaction

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.

◆ LicenseState

Represents possible license states.

Enumerator
Evaluation 

The license is Evaluation

Licensed 

The license is a proper valid license.

◆ ProductType

Which product of the license or black list : Aspose or Conholdate.

Enumerator
Aspose 
Conholdate 
Market 

◆ TeXJobResult

Lists possible results of a TeX job.

Enumerator
Spotless 

No errors occurred and no diagnostic messages were issued.

WarningIssued 

No errors occurred but some diagnostic messages were issued.

ErrorMessageIssued 

One or more errors occurred.

FatalErrorStop 

A fatal error occurred. Termination was premature.