color_scheme {officer} | R Documentation |
Color scheme of a PowerPoint file
Description
Get the color scheme of a 'PowerPoint' master layout into a data.frame.
Usage
color_scheme(x)
Arguments
x |
an rpptx object |
See Also
Other functions for reading presentation informations:
annotate_base()
,
doc_properties()
,
layout_properties()
,
layout_summary()
,
length.rpptx()
,
plot_layout_properties()
,
slide_size()
,
slide_summary()
Examples
x <- read_pptx()
color_scheme ( x = x )
[Package officer version 0.6.6 Index]