Plot slide layout properties
Plot slide layout properties and print informations into defined placeholders. This can be useful to help visualise placeholders locations and identifier.
plot_layout_properties(x, layout = NULL, master = NULL, labels = TRUE)
x |
an rpptx object |
layout |
slide layout name to use |
master |
master layout name where |
labels |
if TRUE, placeholder labels will be printed, if FALSE placeholder types and identifiers will be printed. |
Other functions for reading presentation informations:
annotate_base(),
color_scheme(),
layout_properties(),
layout_summary(),
length.rpptx(),
slide_size(),
slide_summary()
x <- read_pptx() plot_layout_properties( x = x, layout = "Title Slide", master = "Office Theme" ) plot_layout_properties( x = x, layout = "Two Content" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.