SetFooterAndChildFootersVisibility()

IMasterNotesSlideHeaderFooterManager::SetFooterAndChildFootersVisibility(bool) method

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

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

Arguments

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

See Also