Class LaTeXRepairer

Class LaTeXRepairer

Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll

Implementuje funkci opravy LaTeX souborů.

public class LaTeXRepairer

Dědičnost

objectLaTeXRepairer

Děděné Členy

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

LaTeXRepairer(string, LaTeXRepairerOptions)

Vytvoří novou instanci.

public LaTeXRepairer(string path, LaTeXRepairerOptions options)

Parametry

path string

Cesta k TeX souboru.

options LaTeXRepairerOptions

Možnosti opravy.

Metody

Run()

Spustí opravu a kontrolu LaTeX souborů.

public TeXJobResult Run()

Vrací

TeXJobResult

Výsledek provedení úlohy.

 Čeština