anchor_type عقار
anchor_type عقار
الحصول على العنصر النائب لترسيخ الشكل وتعيينه.
مثال
from aspose.cells.drawing import ShapeAnchorType
if shape.anchor_type == ShapeAnchorType.ONE_CELL_ANCHOR:
shape.anchor_type = ShapeAnchorType.TWO_CELL_ANCHOR
تعريف:
@property
def anchor_type(self):
...
@anchor_type.setter
def anchor_type(self, value):
...
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
Button
- فئة
ShapeAnchorType