Appearance
@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?
optionaldate?: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?
optionalinitials?: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?
optionalx?:number
Defined in: src/types/text.ts:689
Comment marker X position in inches.
Default
ts
0.5y?
optionaly?:number
Defined in: src/types/text.ts:691
Comment marker Y position in inches.
Default
ts
0.5