Class LaTeXRepairerOptions
Class LaTeXRepairerOptions
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll
คลาสที่ให้ตัวเลือกสำหรับ LaTeX Repairer.
public class LaTeXRepairerOptions
การสืบทอด
สมาชิกที่สืบทอด
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
ตัวสร้าง
LaTeXRepairerOptions()
สร้างอินสแตนซ์ใหม่.
public LaTeXRepairerOptions()
คุณสมบัติ
GuessPackageCallback
ดึง/ตั้งค่าการเรียกกลับเพื่อคาดเดาแพ็กเกจที่จำเป็นจากชื่อคำสั่งภายนอก.
public IGuessPackageCallback GuessPackageCallback { get; set; }
ค่า Property
InputWorkingDirectory
ดึง/ตั้งค่าตำแหน่งทำงานของข้อมูลนำเข้า.
public IInputWorkingDirectory InputWorkingDirectory { get; set; }
ค่า Property
IInputWorkingDirectory
OutputWorkingDirectory
ดึง/ตั้งค่าตำแหน่งทำงานของข้อมูลส่งออก.
public IOutputWorkingDirectory OutputWorkingDirectory { get; set; }
ค่า Property
IOutputWorkingDirectory
RequiredInputDirectory
ดึง/ตั้งค่าตำแหน่งสำหรับข้อมูลนำเข้าที่จำเป็น เช่น, แพ็กเกจที่อยู่นอกเหนือจากการสนับสนุน LaTeX ของ Aspose.TeX.
public IInputWorkingDirectory RequiredInputDirectory { get; set; }
ค่า Property
IInputWorkingDirectory