Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / textRun

Function: textRun()

textRun(text, options?): TextProps

Defined in: core-interfaces.ts:1975

Factory for a single inline text run. Prevents as never casts when building mixed-style run arrays.

Parameters

text

string | number

options?

TextPropsOptions

Returns

TextProps