right propriété
right propriété
Représente la largeur du décalage horizontal de la forme par rapport à sa colonne de coin inférieure right, en unités de pixels.
Exemple
if shape.right == 3:
shape.right = 1
Définition:
@property
def right(self):
...
@right.setter
def right(self, value):
...
Voir également
- module
aspose.cells.drawing
- classe
CommentShape