HidePlaceholders
IMathMatrix.HidePlaceholders 属性
隐藏空矩阵元素的占位符 默认值:false
public bool HidePlaceholders { get; set; }
示例
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.HidePlaceholders = true;
另请参阅
- 接口 IMathMatrix
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides