{}OPF
DocsObject referenceView source

Header Footer Item

One header/footer zone. Fields may be combined when the renderer supports it; otherwise renderers should prefer image, then text-like generated content.

Metadata

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

Field index

FieldTypeReq.Description
textstringLiteral text rendered in this zone.
imageref:AssetGeneric image rendered in this zone, such as a logo, partner mark, certification badge, or icon.
slideNumberbooleanWhether to render the current slide number in this zone.
dateboolean | stringWhether to render the presentation date, or a literal date string to render.
organizationbooleanWhether to render the primary organization name from organization.
sectionbooleanWhether to render the current slide section label.

text

typestringrequirednodefault

Literal text rendered in this zone.

text.json
{
  "text": "Confidential"
}

image

typeref:Assetrequirednodefault

Generic image rendered in this zone, such as a logo, partner mark, certification badge, or icon.

image.json
{
  "image": "asset:acme-logo"
}

slideNumber

typebooleanrequirednodefault

Whether to render the current slide number in this zone.

slideNumber.json
{
  "slideNumber": true
}

date

typeboolean | stringrequirednodefault

Whether to render the presentation date, or a literal date string to render.

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

organization

typebooleanrequirednodefault

Whether to render the primary organization name from organization.

organization.json
{
  "organization": true
}

section

typebooleanrequirednodefault

Whether to render the current slide section label.

section.json
{
  "section": true
}