Dimensions
Slide dimensions; either pick a preset or specify custom inches.
Metadata
Definition
#/$defs/Dimensions
Type
object
Source
spec/schemas/opf.schema.json
Fields
| Field | Type | Req | Description |
|---|---|---|---|
| preset | ref:DimensionPreset | — | |
| widthInches | number | — | Custom slide width in inches; overrides the preset width when provided. |
| heightInches | number | — | Custom slide height in inches; overrides the preset height when provided. |
preset
Type: ref:DimensionPreset · Optional · Default: —
{
"preset": "preset-value"
}widthInches
Type: number · Optional · Default: —
Custom slide width in inches; overrides the preset width when provided.
{
"widthInches": 1
}heightInches
Type: number · Optional · Default: —
Custom slide height in inches; overrides the preset height when provided.
{
"heightInches": 1
}