Interface IGuessPackageCallback

Interface IGuessPackageCallback

Le nom : Aspose.TeX.Features Assemblée: Aspose.TeX.dll (25.4.0)

Definisce l’interfaccia per un metodo esterno per stimare un pacchetto LaTeX richiesto per nome di comando.

public interface IGuessPackageCallback

Methods

GuessPackage(Télécharger, Bool)

Ritorna il nome di un pacchetto richiesto che presumibilmente definisce il comando o l’ambiente.

string GuessPackage(string commandName, bool isEnvironment)

Parameters

commandName string

Il nome del comando.

isEnvironment bool

Determinare se si può stimare un pacchetto per un comando o un ambiente.

Returns

string

Il nome del pacchetto.

 Français