AnchorType
Shape.AnchorType property
获取和设置形状锚占位符。
public ShapeAnchorType AnchorType { get; set; }
例子
[C#]
if (shape.AnchorType == ShapeAnchorType.OneCellAnchor)
shape.AnchorType = ShapeAnchorType.TwoCellAnchor;
也可以看看
- enum ShapeAnchorType
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells