Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / textRun

Function: textRun()

textRun(text, options?): TextProps

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

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