{}OPF
DocsObject referenceEdit on GitHub

Dimensions

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

Metadata

Definition

#/$defs/Dimensions

Type

object

Source

spec/schemas/opf.schema.json

Fields

FieldTypeReqDescription
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

Type: ref:DimensionPreset · Optional · Default:

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

widthInches

Type: number · Optional · Default:

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

widthInches.json
{
  "widthInches": 1
}

heightInches

Type: number · Optional · Default:

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

heightInches.json
{
  "heightInches": 1
}