Skip to main content
All docs
V25.2
  • HeaderFooterManager.AddDateTimePlaceholder(IEnumerable<NotesSlide>, String) Method

    Adds a date and time placeholder to the specified note slides.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

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

    Parameters

    Name Type Description
    notes IEnumerable<NotesSlide>

    A list of note slides to which the placeholder shape should be added.

    Optional Parameters

    Name Type Default Description
    text String null

    The placeholder text.

    See Also