layout_properties {officer} | R Documentation |
get information about a particular slide layout into a data.frame.
layout_properties(x, layout = NULL, master = NULL)
x |
rpptx object |
layout |
slide layout name to use |
master |
master layout name where |
x <- read_pptx() layout_properties ( x = x, layout = "Title Slide", master = "Office Theme" ) layout_properties ( x = x, master = "Office Theme" ) layout_properties ( x = x, layout = "Two Content" ) layout_properties ( x = x )