anchor_type proprietà

anchor_type proprietà

Ottiene e imposta il segnaposto di ancoraggio della forma.

Esempio

from aspose.cells.drawing import ShapeAnchorType

if shape.anchor_type == ShapeAnchorType.ONE_CELL_ANCHOR:
    shape.anchor_type = ShapeAnchorType.TWO_CELL_ANCHOR

Definizione:

@property
def anchor_type(self):
    ...
@anchor_type.setter
def anchor_type(self, value):
    ...

Guarda anche