anchor_type propiedad
anchor_type propiedad
Obtiene y establece el marcador de posición del ancla de forma.
Ejemplo
from aspose.cells.drawing import ShapeAnchorType
if shape.anchor_type == ShapeAnchorType.ONE_CELL_ANCHOR:
shape.anchor_type = ShapeAnchorType.TWO_CELL_ANCHOR
Definición:
@property
def anchor_type(self):
...
@anchor_type.setter
def anchor_type(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
DialogBox
- clase
ShapeAnchorType