Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / SlideComment

Interface: SlideComment

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

Internal normalized comment stored on a slide (_comments). x/y are inches; date is ISO-8601 when present.

Properties

author

author: string

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


date?

optional date?: string

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


initials

initials: string

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


text

text: string

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


x

x: number

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


y

y: number

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