public abstract class ProcessorContext
extends java.lang.Object
| Constructor and Description |
|---|
ProcessorContext()
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
FontSettings |
getFontSettings()
Font settings used by the processor.
|
LayoutOptions |
getLayoutOptions()
Document layout options used by the processor.
|
IWarningCallback |
getWarningCallback()
Warning callback used by the processor.
|
void |
setFontSettings(FontSettings value)
Font settings used by the processor.
|
void |
setWarningCallback(IWarningCallback value)
Warning callback used by the processor.
|
public ProcessorContext()
public IWarningCallback getWarningCallback()
IWarningCallback value.public void setWarningCallback(IWarningCallback value)
value - The corresponding IWarningCallback value.public FontSettings getFontSettings()
FontSettings value.public void setFontSettings(FontSettings value)
value - The corresponding FontSettings value.public LayoutOptions getLayoutOptions()
LayoutOptions value.