Skip to main content
All docs
V25.2
  • HeaderFooterManager Methods

    Contains methods to manage headers and footers in a presentation.
    Name Description
    AddDateTimePlaceholder(NotesSlide, String) Adds a date and time placeholder to the specified note slide.
    AddDateTimePlaceholder(Slide, String) Adds a date and time placeholder to the specified slide.
    AddDateTimePlaceholder(IEnumerable<NotesSlide>, String) Adds a date and time placeholder to the specified note slides.
    AddDateTimePlaceholder(IEnumerable<Slide>, String) Adds a date and time placeholder to the specified slides.
    AddFooterPlaceholder(NotesSlide, String) Adds a footer placeholder to the specified note slide.
    AddFooterPlaceholder(Slide, String) Adds a footer placeholder to the specified slide.
    AddFooterPlaceholder(IEnumerable<NotesSlide>, String) Adds a footer placeholder to the specified note slides.
    AddFooterPlaceholder(IEnumerable<Slide>, String) Adds a footer placeholder to the specified slides.
    AddHeaderPlaceholder(NotesSlide, String) Adds a header placeholder to the specified note slide.
    AddHeaderPlaceholder(IEnumerable<NotesSlide>, String) Adds a header placeholder to the specified note slides.
    AddSlideNumberPlaceholder(NotesSlide) Adds a slide number placeholder to the specified note slide.
    AddSlideNumberPlaceholder(Slide) Adds a slide number placeholder to the specified slide.
    AddSlideNumberPlaceholder(IEnumerable<NotesSlide>) Adds a slide number placeholder to the specified note slides.
    AddSlideNumberPlaceholder(IEnumerable<Slide>) Adds a slide number placeholder to the specified slides.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also