powered by
get the width and height of slides in inches as a named vector.
slide_size(x)
an rpptx object
Other functions for reading presentation informations: annotate_base, color_scheme, layout_properties, layout_summary, length.rpptx, slide_summary
annotate_base
color_scheme
layout_properties
layout_summary
length.rpptx
slide_summary
# NOT RUN { my_pres <- read_pptx() my_pres <- add_slide(my_pres, layout = "Two Content", master = "Office Theme") slide_size(my_pres) # }
Run the code above in your browser using DataLab