placement mülk
placement mülk
Çizim nesnesinin altındaki hücrelere bağlanma şeklini temsil eder. Özellik, çalışma sayfasındaki bir nesnenin placement’ini 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
LineShape
- sınıf
PlacementType