Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / NotesTextOptions

Type Alias: NotesTextOptions

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

Defined in: src/types/text.ts:667

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.