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
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