Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / NotesTextOptions

Type Alias: NotesTextOptions

NotesTextOptions = Pick<TextPropsOptions, "hyperlink" | "bold" | "italic" | "underline" | "color" | "fontSize" | "fontFace">

Defined in: core-interfaces.ts:1966

Per-run options for a speaker-notes text run. A focused subset of TextPropsOptions: inline formatting plus an (external URL) hyperlink. Notes hyperlinks support url only; slide targets are not yet supported.