placement عقار
placement عقار
يمثل الطريقة التي يتم بها ربط الكائن الرسومي بالخلايا الموجودة أسفله. تتحكم الخاصية في placement لكائن في ورقة العمل.
مثال
from aspose.cells.drawing import PlacementType
if shape.placement == PlacementType.MOVE:
shape.placement = PlacementType.MOVE_AND_SIZE
تعريف:
@property
def placement(self):
...
@placement.setter
def placement(self, value):
...
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
CheckBox
- فئة
PlacementType