SetAllFootersVisibility()

PresentationHeaderFooterManager::SetAllFootersVisibility(bool) method

Changes all footer placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master.

void Aspose::Slides::PresentationHeaderFooterManager::SetAllFootersVisibility(bool isVisible) override

Arguments

ParameterTypeDescription
isVisiblebooltrue - makes a footer placeholders visible, otherwise - hides them.

See Also