Appearance
@shbernal/ts-pptx / index / PositionProps
Interface: PositionProps
Defined in: src/types/core.ts:28
Extended by
PlaceholderPropsTextPropsOptionsImageBasePropsShapePropsTablePropsChartOptsSlideNumberPropsGroupPropsObjectOptionsZoomBaseProps
Properties
h?
optionalh?:Coord
Defined in: src/types/core.ts:49
Height
- inches or percentage
Examples
ts
10.25 // height in inchests
'75%' // height as percentage of slide sizew?
optionalw?:Coord
Defined in: src/types/core.ts:56
Width
- inches or percentage
Examples
ts
10.25 // width in inchests
'75%' // width as percentage of slide sizex?
optionalx?:Coord
Defined in: src/types/core.ts:35
Horizontal position
- inches or percentage
Examples
ts
10.25 // position in inchests
'75%' // position as percentage of slide sizey?
optionaly?:Coord
Defined in: src/types/core.ts:42
Vertical position
- inches or percentage
Examples
ts
10.25 // position in inchests
'75%' // position as percentage of slide size