AnchorType
Shape.AnchorType property
Obtient et définit l’espace réservé de l’ancre de forme.
public ShapeAnchorType AnchorType { get; set; }
Exemples
[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
shape.AnchorType = ShapeAnchorType.TwoCellAnchor;
Voir également
- enum ShapeAnchorType
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells