Class LaTeXRepairer

Class LaTeXRepairer

Název místa: Aspose.TeX.Features Shromáždění: Aspose.TeX.dll (25.4.0)

Implementace funkce opravy souborů LaTeX.

public class LaTeXRepairer

Inheritance

object LaTeXRepairer

Dědiční členové

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

Constructors

Režisér LaTeX(String, LaTeXRepairerOptions)

Vytváříme novou instanci.

public LaTeXRepairer(string path, LaTeXRepairerOptions options)

Parameters

path string

Cesta k souboru TeX.

options LaTeXRepairerOptions

Opce opravy.

Methods

Run()

Prochází opravou souborů LaTeX a kontrolou práce.

public TeXJobResult Run()

Returns

TeXJobResult

Výsledek výkonu práce.

 Čeština