ExecutionContext
Overview
ExecutionContext is a class in Aspose.Page FOSS for Python.
Holds interpreter stacks, dictionaries, and metadata for execution.
Properties: charpath_mode, default_page_size, dictionary_stack, dsc, error_handler, execution_stack, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
operand_stack | PsStack[PsObject] | Read/Write | Gets or sets the operand stack. |
execution_stack | PsStack[PsObject] | Read/Write | Gets or sets the execution stack. |
dictionary_stack | PsStack[PsDict] | Read/Write | Gets or sets the dictionary stack. |
graphics_state_stack | PsStack[GraphicsState] | Read/Write | Gets or sets the graphics state stack. |
userdict | PsDict | Read/Write | Gets or sets the userdict. |
systemdict | PsDict | Read/Write | Gets or sets the systemdict. |
dsc | DscMetadata | None | Read/Write | Gets or sets the dsc. |
error_handler | Callable[[PsError], None] | None | Read/Write | Gets or sets the error handler. |
default_page_size | tuple[float, float] | None | Read/Write | Gets or sets the default page size. |
image_store | PsImageStore | None | Read/Write | Gets or sets the image store. |
font_resolver | FontResolver | None | Read/Write | Gets or sets the font resolver. |
charpath_mode | bool | Read/Write | Gets or sets the charpath mode. |
in_type3_glyph | bool | Read/Write | Gets or sets the in type3 glyph. |
text_font_overrides | dict[str, str] | Read/Write | Gets or sets the text font overrides. |