PresentationHeaderFooterManager Class

Represents manager which holds behavior of all footer, date-time and page number placeholders of presentation.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesBaseHeaderFooterManager
    Aspose.SlidesPresentationHeaderFooterManager

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PresentationHeaderFooterManager : BaseHeaderFooterManager, 
	IPresentationHeaderFooterManager, IBaseHeaderFooterManager

The PresentationHeaderFooterManager type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetAllDateTimesText
Sets text to all date-time placeholders, including master slides, layout slides, slides, notes master, notes slides and handout master.
Public methodSetAllDateTimesVisibility
Changes all date-time placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master.
Public methodSetAllFootersText
Sets text to all footer placeholders, including master slides, layout slides, slides, notes master, notes slides and handout master.
Public methodSetAllFootersVisibility
Changes all footer placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master.
Public methodSetAllHeadersText
Sets text to all header placeholders, including notes master, notes slides and handout master.
Public methodSetAllHeadersVisibility
Changes all header placeholders visibility, including notes master, notes slides and handout master.
Public methodSetAllSlideNumbersVisibility
Changes all page number placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master.
Public methodSetVisibilityOnAllTitleSlides
Changes the footer, date-time and page number placeholders visibility for all title slides and for first layout slide. Title slides – slides based on first layout slide (regardless of type of this first layout).
Public methodToString (Inherited from Object.)
See Also