set_HidePlaceholders()
MathMatrix::set_HidePlaceholders(bool) method
Hide the placeholders for empty matrix elements Default: false
void Aspose::Slides::MathText::MathMatrix::set_HidePlaceholders(bool value) override
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_HidePlaceholders(true);
See Also
- Class MathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides