Class MathRendererPluginOptions
Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll
Các tùy chọn cho Aspose.TeX.Plugins.MathRendererPlugin.
public abstract class MathRendererPluginOptions : MathRendererOptions, IPluginOptions
Kế thừa
object ← FigureRendererOptions ← MathRendererOptions ← MathRendererPluginOptions
Kế thừa từ
PngMathRendererPluginOptions, SvgMathRendererPluginOptions
Thực hiện
Thành viên kế thừa
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()
Thuộc tính
InputDataCollection
Lấy bộ sưu tập các nguồn dữ liệu.
public List<idatasource> InputDataCollection { get; }
Giá trị thuộc tính
List<IDataSource>
OperationName
Trả về tên hoạt động.
public virtual string OperationName { get; }
Giá trị thuộc tính
OutputDataCollection
Lấy bộ sưu tập các mục tiêu đã thêm để lưu kết quả hoạt động.
public List<idatasource> OutputDataCollection { get; }
Giá trị thuộc tính
List<IDataSource>
Phương thức
AddInputDataSource(IDataSource)
Thêm một nguồn dữ liệu mới vào bộ sưu tập.
public void AddInputDataSource(IDataSource dataSource)
Tham số
dataSource
IDataSource
Nguồn dữ liệu.
AddOutputDataTarget(IDataSource)
Thêm một mục tiêu dữ liệu đầu vào mới vào bộ sưu tập.
public void AddOutputDataTarget(IDataSource dataTarget)
Tham số
dataTarget
IDataSource
Mục tiêu dữ liệu.