Class LaTeXRepairer

Class LaTeXRepairer

Namn på plats: Aspose.TeX.Features Sammanfattning: Aspose.TeX.dll (25.4.0)

Implementera LaTeX filer reparation funktion.

public class LaTeXRepairer

Inheritance

object LaTeXRepairer

Arvsmedlemmar

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

Constructors

LaTeXRepairer(sträng, LaTeXRepairerOptions)

Skapar en ny instans.

public LaTeXRepairer(string path, LaTeXRepairerOptions options)

Parameters

path string

Vägen till TeX-filen.

options LaTeXRepairerOptions

Reparation av alternativ.

Methods

Run()

Runs LaTeX fil reparation och kontroll jobb.

public TeXJobResult Run()

Returns

TeXJobResult

Resultatet av arbetets verkställighet.

 Svenska