get_HidePlaceholders()

MathMatrix::get_HidePlaceholders() method

Hide the placeholders for empty matrix elements Default: false

bool Aspose::Slides::MathText::MathMatrix::get_HidePlaceholders() override

Remarks

Example:

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

See Also