layout_properties
From officer v0.3.14
by David Gohel
slide layout properties
get information about a particular slide layout into a data.frame.
Usage
layout_properties(x, layout = NULL, master = NULL)
Arguments
- x
an rpptx object
- layout
slide layout name to use
- master
master layout name where
layout
is located
See Also
Other functions for reading presentation informations:
annotate_base()
,
color_scheme()
,
layout_summary()
,
length.rpptx()
,
plot_layout_properties()
,
slide_size()
,
slide_summary()
Examples
# NOT RUN {
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 )
# }
Community examples
Looks like there are no examples yet.