anchor_type Eigentum
anchor_type Eigentum
Ruft den Platzhalter für den Formanker ab und legt ihn fest.
Beispiel
from aspose.cells.drawing import ShapeAnchorType
if shape.anchor_type == ShapeAnchorType.ONE_CELL_ANCHOR:
shape.anchor_type = ShapeAnchorType.TWO_CELL_ANCHOR
Definition:
@property
def anchor_type(self):
...
@anchor_type.setter
def anchor_type(self, value):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
ShapeAnchorType
- Klasse
SmartArtShape