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

    Adds a footer placeholder to the specified slide.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public void AddFooterPlaceholder(
        Slide slide,
        string text = null
    )

    Parameters

    Name Type Description
    slide Slide

    The slide to which the footer placeholder should be added.

    Optional Parameters

    Name Type Default Description
    text String null

    The placeholder text.

    See Also