ExecutionContext

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

NameTypeAccessDescription
operand_stackPsStack[PsObject]Read/WriteGets or sets the operand stack.
execution_stackPsStack[PsObject]Read/WriteGets or sets the execution stack.
dictionary_stackPsStack[PsDict]Read/WriteGets or sets the dictionary stack.
graphics_state_stackPsStack[GraphicsState]Read/WriteGets or sets the graphics state stack.
userdictPsDictRead/WriteGets or sets the userdict.
systemdictPsDictRead/WriteGets or sets the systemdict.
dscDscMetadata | NoneRead/WriteGets or sets the dsc.
error_handlerCallable[[PsError], None] | NoneRead/WriteGets or sets the error handler.
default_page_sizetuple[float, float] | NoneRead/WriteGets or sets the default page size.
image_storePsImageStore | NoneRead/WriteGets or sets the image store.
font_resolverFontResolver | NoneRead/WriteGets or sets the font resolver.
charpath_modeboolRead/WriteGets or sets the charpath mode.
in_type3_glyphboolRead/WriteGets or sets the in type3 glyph.
text_font_overridesdict[str, str]Read/WriteGets or sets the text font overrides.

See Also

 English