Skip to main content
All docs
V25.1
  • HeaderFooterManager.AddFooterPlaceholder(NotesSlide, String) Method

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void AddFooterPlaceholder(
        NotesSlide note,
        string text = null
    )

    Parameters

    Name Type
    note NotesSlide

    Optional Parameters

    Name Type Default
    text String null
    See Also