SetFooterAndChildFootersVisibility()

IMasterSlideHeaderFooterManager::SetFooterAndChildFootersVisibility(bool) method

Changes master slide footer placeholder and all child footer placeholders visibility. Child placeholders mean placeholders are contained on depending layout slides and depending slides. Depending layout slides and slides use and depend on master slide.

virtual void Aspose::Slides::IMasterSlideHeaderFooterManager::SetFooterAndChildFootersVisibility(bool isVisible)=0

Arguments

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

See Also