Overview
OperatorEntry 是Python的Aspose.Page FOSS中的一个类.
对于注册的 PostScript 操作符的描述.
特性: fn, max_operands, min_operands, name.
Properties
| Name | Type | Access | Description |
|---|
name | str | 阅读/写作 | 得到或设置名字. |
min_operands | int | 阅读/写作 | 得到或设置最小操作数. |
max_operands | `int | None` | 阅读/写作 |
fn | Callable[[ExecutionContext], None] | 阅读/写作 | 得到或设置fn. |
See Also