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 | Gets the operand stack. |
execution_stack | PsStack[PsObject] | Read | Gets the execution stack. |
dictionary_stack | PsStack[PsDict] | Read | Gets the dictionary stack. |
graphics_state_stack | PsStack[GraphicsState] | Read | Gets the graphics state stack. |
userdict | PsDict | Read | Gets the userdict. |
systemdict | PsDict | Read | Gets the systemdict. |
dsc | DscMetadata | None | Read | Gets the dsc. |
error_handler | Callable[[PsError], None] | None | Read | Gets the error handler. |
default_page_size | tuple[float, float] | None | Read | Gets the default page size. |
image_store | PsImageStore | None | Read | Gets the image store. |
font_resolver | FontResolver | None | Read | Gets the font resolver. |
charpath_mode | bool | Read | Gets the charpath mode. |
in_type3_glyph | bool | Read | Gets the in type3 glyph. |
text_font_overrides | dict[str, str] | Read | Gets the text font overrides. |