Interface IGuessPackageCallback

Interface IGuessPackageCallback

Il nome: Aspose.TeX.Features Assemblea: 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(String e 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.

 Italiano