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 | NoneVisibility of the date placeholder (p:hf/@dt).
footer_visible
attributefooter_visiblebool | NoneVisibility of the footer placeholder (p:hf/@ftr).
slide_number_visible
attributeslide_number_visiblebool | NoneVisibility of the slide-number placeholder (p:hf/@sldNum).