color_scheme: Color scheme of a PowerPoint file

View source: R/pptx_informations.R

color_schemeR 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 )

davidgohel/officer documentation built on May 9, 2024, 1:06 a.m.