{}OPF
DocsObject referenceView source

Pattern Background

Fixed pattern slide background fill.

Metadata

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

Field index

FieldTypeReq.Description
typeconstyesFixed pattern background fill.
patternobjectyesPattern fill definition.
opacitynumberBackground opacity from 0 (fully transparent) to 1 (fully opaque).

type

typeconstrequiredyesdefault

Fixed pattern background fill.

type.json
{
  "type": "pattern"
}

pattern

typeobjectrequiredyesdefault

Pattern fill definition.

pattern.json
{
  "pattern": {}
}

opacity

typenumberrequirednodefault

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

opacity.json
{
  "opacity": 1
}