ReferenceHeaders & Footers
Headers & Footers operations
Structure, references, and part lifecycle for document headers and footers.
9 operations. Names, descriptions, and behavior flags come from the canonical contract.
Operations
headerFooters.getGet a single header/footer slot entry by address.readheaderFooters.listList header/footer slot entries across sections.readheaderFooters.parts.createCreate a new independent header/footer part, optionally cloned from an existing part.mutatesheaderFooters.parts.deleteDelete a header/footer part and its associated relationship when no section slots reference it.mutatesheaderFooters.parts.listList unique header/footer part records from document relationships.readheaderFooters.refs.clearClear an explicit header/footer reference from a section slot.mutatesheaderFooters.refs.setSet an explicit header/footer reference on a section slot.mutatesheaderFooters.refs.setLinkedToPreviousLink or unlink a header/footer slot to/from the previous section.mutatesheaderFooters.resolveResolve the effective header/footer reference for a slot, walking the section inheritance chain.read