IsAutoMargin
ShapeTextAlignment.IsAutoMargin property
表示文本框的边距是否自动。
public bool IsAutoMargin { get; set; }
例子
[C#]
shapeTextAlignment.IsAutoMargin = true;
也可以看看
- class ShapeTextAlignment
- 命名空间 Aspose.Cells.Drawing.Texts
- 部件 Aspose.Cells
表示文本框的边距是否自动。
public bool IsAutoMargin { get; set; }
[C#]
shapeTextAlignment.IsAutoMargin = true;