Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / CommentProps

Interface: CommentProps

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

A review comment attached to a slide (legacy ISO/IEC 29500 §13 comment).

Properties

author

author: string

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

Author display name (required). Comments sharing the same author+initials are grouped under one author entry.


date?

optional date?: string | Date

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

Authored date/time as a Date or ISO-8601 string. Omitted from the XML when not provided.


initials?

optional initials?: string

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

Author initials shown in the comment marker. Defaults to letters derived from author.


text

text: string

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

Comment body text (required).


x?

optional x?: number

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

Comment marker X position in inches.

Default

ts
0.5

y?

optional y?: number

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

Comment marker Y position in inches.

Default

ts
0.5