Class ProcessorContext

Class ProcessorContext

Namespace: Aspose.Words.LowCode
Assembly: Aspose.Words.dll (25.4.0)

Base class for processor contexts. Provides properties and options used by the processor to execute processing.

public abstract class ProcessorContext

Inheritance

object ProcessorContext

Derived

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

Inherited Members

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

Font settings used by the processor.

public FontSettings FontSettings { get; set; }

Property Value

FontSettings

LayoutOptions

Document layout options used by the processor.

public LayoutOptions LayoutOptions { get; }

Property Value

LayoutOptions

WarningCallback

Warning callback used by the processor.

public IWarningCallback WarningCallback { get; set; }

Property Value

IWarningCallback

 English