Class ProcessorContext

Class ProcessorContext

名称: Aspose.Words.LowCode 集合: Aspose.Words.dll (25.4.0)

处理器背景的基本类 提供处理者使用的属性和选项进行处理。

public abstract class ProcessorContext

Inheritance

object ProcessorContext

Derived

ComparerContext , ConverterContext , MailMergerContext , MergerContext , ReplacerContext , ReportBuilderContext , SignerContext , SplitterContext , WatermarkerContext

继承人

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

Constructors

ProcessorContext()

public ProcessorContext()

Properties

FontSettings

由处理器使用的字体设置。

public FontSettings FontSettings { get; set; }

财产价值

FontSettings

LayoutOptions

文件配置选项由处理器使用。

public LayoutOptions LayoutOptions { get; }

财产价值

LayoutOptions

WarningCallback

由处理器使用的警告通话。

public IWarningCallback WarningCallback { get; set; }

财产价值

IWarningCallback

 中文