{}OPF
DocsObject referenceView source

Solid Background

Fixed solid slide background fill.

Metadata

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

Field index

FieldTypeReq.Description
typeconstyesFixed solid background fill.
colorstringyesFixed solid fill color, usually a hex string. Use { type: 'theme', slot: ... } for PowerPoint's four theme-controlled background choices.
opacitynumberBackground opacity from 0 (fully transparent) to 1 (fully opaque).

type

typeconstrequiredyesdefault

Fixed solid background fill.

type.json
{
  "type": "solid"
}

color

typestringrequiredyesdefault

Fixed solid fill color, usually a hex string. Use { type: 'theme', slot: ... } for PowerPoint's four theme-controlled background choices.

color.json
{
  "color": "#FFFFFF"
}

opacity

typenumberrequirednodefault

Background opacity from 0 (fully transparent) to 1 (fully opaque).

opacity.json
{
  "opacity": 1
}