HidePlaceholders
IMathMatrix.HidePlaceholders property
隐藏空矩阵元素的占位符 默认值:false
public bool HidePlaceholders { get; set; }
例子
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.HidePlaceholders = true;
也可以看看
- interface IMathMatrix
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides