StrikethroughBottomLeftToTopRight
MathBorderBox.StrikethroughBottomLeftToTopRight property
删除线从左下到右上(默认为假)。 指定从边框左下角到右上角的删除线对角线的隐藏或显示状态。
public bool StrikethroughBottomLeftToTopRight { get; set; }
例子
示例:
[C#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.StrikethroughBottomLeftToTopRight = true;
也可以看看
- class MathBorderBox
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides