placement mülk
placement mülk
Çizim nesnesinin altındaki hücrelere bağlanma şeklini gösterir. Özellik, bir çalışma sayfasındaki nesnenin placement değerini kontrol eder.
Örnek
from aspose.cells.drawing import PlacementType
if shape.placement == PlacementType.MOVE:
    shape.placement = PlacementType.MOVE_AND_SIZE
Tanım:
@property
def placement(self):
    ...
@placement.setter
def placement(self, value):
    ...
Ayrıca bakınız
- modül aspose.cells.drawing
- sınıf ComboBox
- sınıf PlacementType