Skip to main content
All docs
V26.1
  • HeaderFooterManager.AddHeaderPlaceholder(IEnumerable<NotesSlide>, String) Method

    Adds a header placeholder to the specified note slides.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public void AddHeaderPlaceholder(
        IEnumerable<NotesSlide> notes,
        string text = null
    )

    Parameters

    Name Type Description
    notes IEnumerable<NotesSlide>

    The note slides to which the header placeholder should be added.

    Optional Parameters

    Name Type Default Description
    text String null

    The placeholder text.

    See Also