height_pt propiedad
height_pt propiedad
Representa la altura de la forma, en unidad de puntos.
Ejemplo
if shape.height_pt == 3:
    shape.height_pt = 1.0
Definición:
@property
def height_pt(self):
    ...
@height_pt.setter
def height_pt(self, value):
    ...
Ver también
- módulo aspose.cells.drawing
- clase CheckBox