MinColumnWidth
MathMatrix.MinColumnWidth property
最小列宽,以缇为单位(点的 1/20) 间隙间距(也称为“列间隙”或“间隙” Width”)添加到 MinColumnWidth 以确定总矩阵列间距 (不同列的相同边缘之间的距离)。 默认值:0。
public uint MinColumnWidth { get; set; }
例子
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.MinColumnWidth = 20;
也可以看看
- class MathMatrix
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides