powered by
Insert a footer shape into the current slide of a pptx object.
pptx
# S3 method for pptx addFooter(doc, value, ...)
pptx object
character value to add into the footer shape of the current slide.
further arguments, not used.
a document object
pptx, addDate.pptx , addPageNumber.pptx
addDate.pptx
addPageNumber.pptx
# NOT RUN { doc = pptx( ) doc = addSlide( doc, slide.layout = "Title and Content" ) doc = addFooter( doc, "Hi!" ) writeDoc( doc, file = "ex_footer.pptx" ) # }
Run the code above in your browser using DataLab