Class MathRendererPluginOptions
Namespace: Aspose.TeX.Plugins
Assembly: Aspose.Te.X.dll
ตัวเลือกสำหรับ Aspose.TeX.Plugins.MathRendererPlugin.
public abstract class MathRendererPluginOptions : MathRendererOptions, IPluginOptions
การสืบทอด
object ← FigureRendererOptions ← MathRendererOptions ← MathRendererPluginOptions
ที่สืบทอด
PngMathRendererPluginOptions, SvgMathRendererPluginOptions
การใช้งาน
สมาชิกที่สืบทอด
MathRendererOptions.TextColor, FigureRendererOptions.Preamble, FigureRendererOptions.Scale, FigureRendererOptions.BackgroundColor, FigureRendererOptions.LogStream, FigureRendererOptions.ShowTerminal, FigureRendererOptions.ErrorReport, FigureRendererOptions.RequiredInputDirectory, FigureRendererOptions.Margin, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
คุณสมบัติ
InputDataCollection
ดึงข้อมูลชุดข้อมูลที่เป็นแหล่งข้อมูล.
public List<idatasource> InputDataCollection { get; }
ค่า Property
List<IDataSource>
OperationName
ส่งคืนชื่อการดำเนินการ.
public virtual string OperationName { get; }
ค่า Property
OutputDataCollection
ดึงข้อมูลชุดของเป้าหมายที่เพิ่มเข้ามาสำหรับการบันทึกผลลัพธ์การดำเนินการ.
public List<idatasource> OutputDataCollection { get; }
ค่า Property
List<IDataSource>
วิธีการ
AddInputDataSource(IDataSource)
เพิ่มแหล่งข้อมูลใหม่ไปยังชุดข้อมูล.
public void AddInputDataSource(IDataSource dataSource)
พารามิเตอร์
dataSource
IDataSource
แหล่งข้อมูล.
AddOutputDataTarget(IDataSource)
เพิ่มเป้าหมายข้อมูลใหม่ไปยังชุดข้อมูล.
public void AddOutputDataTarget(IDataSource dataTarget)
พารามิเตอร์
dataTarget
IDataSource
เป้าหมายข้อมูล.