OperatorEntry

OperatorEntry

Overview

OperatorEntry 是Python的Aspose.Page FOSS中的一个类.

对于注册的 PostScript 操作符的描述.

特性: fn, max_operands, min_operands, name.

Properties

NameTypeAccessDescription
namestr阅读/写作得到或设置名字.
min_operandsint阅读/写作得到或设置最小操作数.
max_operands`intNone`阅读/写作
fnCallable[[ExecutionContext], None]阅读/写作得到或设置fn.

See Also

 中文