Interface IGuessPackageCallback
Interface IGuessPackageCallback
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll
Definisce l’interfaccia per un metodo esterno per indovinare un pacchetto LaTeX richiesto in base al nome del comando.
public interface IGuessPackageCallback
Metodi
GuessPackage(string, bool)
Restituisce il nome di un pacchetto richiesto che presumibilmente definisce il comando o l’ambiente.
string GuessPackage(string commandName, bool isEnvironment)
Parametri
commandName
string
Il nome del comando.
isEnvironment
bool
Specifica se indovinare un pacchetto per un comando o un ambiente.
Restituisce
Il nome del pacchetto.