{}OPF
DocsObject referenceView source

Dimensions

Slide dimensions; either pick a preset or specify custom inches.

Metadata

Definition
#/$defs/Dimensions
Type
object
Source
spec/schemas/opf.schema.json

Field index

FieldTypeReq.Description
presetref:DimensionPreset
widthInchesnumberCustom slide width in inches; overrides the preset width when provided.
heightInchesnumberCustom slide height in inches; overrides the preset height when provided.

preset

typeref:DimensionPresetrequirednodefault

preset.json
{
  "preset": "preset-value"
}

widthInches

typenumberrequirednodefault

Custom slide width in inches; overrides the preset width when provided.

widthInches.json
{
  "widthInches": 1
}

heightInches

typenumberrequirednodefault

Custom slide height in inches; overrides the preset height when provided.

heightInches.json
{
  "heightInches": 1
}