get_HidePlaceholders()

IMathMatrix::get_HidePlaceholders() method

Hide the placeholders for empty matrix elements Default: false

virtual bool Aspose::Slides::MathText::IMathMatrix::get_HidePlaceholders()=0

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_HidePlaceholders(true);

See Also