Paper Office
paper-pptxAPI referenceslide

HeaderFooters

paper-pptx 0.2.0 API reference

Header/footer placeholder visibility flags of a layout or master (paper-pptx addition).

Wraps the p:hf element. Each property is tri-state: True/False when the attribute is explicit, None when it is absent — meaning "inherit" (a layout inherits from its master; the schema default is visible). Assigning None removes the attribute.

HeaderFooters(owner)

Attributes

date_visible

attributedate_visiblebool | None

Visibility of the date placeholder (p:hf/@dt).

attributefooter_visiblebool | None

Visibility of the footer placeholder (p:hf/@ftr).

slide_number_visible

attributeslide_number_visiblebool | None

Visibility of the slide-number placeholder (p:hf/@sldNum).

On this page