width_inch属性

width_inch属性

表示注释的宽度,单位为英寸。

例子


comment1.width_inch = 1.0

定义:

@property
def width_inch(self):
    ...
@width_inch.setter
def width_inch(self, value):
    ...

也可以看看