width_inch propiedad

width_inch propiedad

Representa el ancho del comentario, en unidades de pulgadas.

Ejemplo


comment1.width_inch = 1.0

Definición:

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

Ver también