RotationAngle
Style.RotationAngle property
代表文字旋转角度。
public int RotationAngle { get; set; }
评论
0:不旋转。
255:从上到下。
-90:向下。
90:向上
您可以设置 255 或范围从 -90 到 90 的值。
也可以看看
- class Style
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
代表文字旋转角度。
public int RotationAngle { get; set; }
0:不旋转。
255:从上到下。
-90:向下。
90:向上
您可以设置 255 或范围从 -90 到 90 的值。