Class ProcessorContext

Class ProcessorContext

Il nome: Aspose.Words.LowCode Assemblea: Aspose.Words.dll (25.4.0)

Classi di base per i contesti del processore. fornisce proprietà e opzioni utilizzate dal processor per eseguire il trattamento.

public abstract class ProcessorContext

Inheritance

object ProcessorContext

Derived

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

I membri ereditari

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

Impostazioni di font utilizzate dal processore.

public FontSettings FontSettings { get; set; }

Valore di proprietà

FontSettings

LayoutOptions

Le opzioni di layout dei documenti utilizzate dal processore.

public LayoutOptions LayoutOptions { get; }

Valore di proprietà

LayoutOptions

WarningCallback

Avvertimento chiamato utilizzato dal processore.

public IWarningCallback WarningCallback { get; set; }

Valore di proprietà

IWarningCallback

 Italiano