Class MathRendererPluginOptions

Class MathRendererPluginOptions

Namespace: Aspose.TeX.Plugins
Assembly: Aspose.TeX.dll

Aspose.TeX.Plugins.MathRendererPlugin의 옵션입니다.

public abstract class MathRendererPluginOptions : MathRendererOptions, IPluginOptions

상속

objectFigureRendererOptionsMathRendererOptionsMathRendererPluginOptions

파생

PngMathRendererPluginOptions, SvgMathRendererPluginOptions

구현

IPluginOptions

상속된 멤버

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; }

속성 값

List<IDataSource&gt;

OperationName

작업 이름을 반환합니다.

public virtual string OperationName { get; }

속성 값

string

OutputDataCollection

작업 결과를 저장하기 위해 추가된 대상의 컬렉션을 가져옵니다.

public List<idatasource> OutputDataCollection { get; }

속성 값

List<IDataSource&gt;

메서드

AddInputDataSource(IDataSource)

컬렉션에 새 데이터 소스를 추가합니다.

public void AddInputDataSource(IDataSource dataSource)

매개변수

dataSource IDataSource

데이터 소스입니다.

AddOutputDataTarget(IDataSource)

컬렉션에 새 입력 데이터 대상을 추가합니다.

public void AddOutputDataTarget(IDataSource dataTarget)

매개변수

dataTarget IDataSource

데이터 대상입니다.

 한국어