width_inch propiedad
width_inch propiedad
Representa el ancho de la forma, en unidades de pulgada.
Ejemplo
if shape.width_inch == 3:
shape.width_inch = 1.0
Definición:
@property
def width_inch(self):
...
@width_inch.setter
def width_inch(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
DialogBox