getMsoPptElems: Get meta info of the shapes in a Powerpoint document

Description Usage Arguments Value Author(s) See Also Examples

Description

You can get a data.frame of all the shapes across the ppt, which may help you program scripts to paint charts.

Usage

1

Arguments

files

character vector of ppt filenames. Default NULL, and a GUI wizard will launch to help you select the files.

Value

A list contaning data.frames with columns c("page", "shape", "shapeName", "typeOfChart", "chartType", "chartIndex).

Author(s)

Yiying Wang, wangy@aetna.com

See Also

You can refer to ENUM$xlChartType to see the Enum definitions of the xlChartTypes.

Examples

1
2
3
4
## Not run: 
getMsoPptElems(NULL)

## End(Not run)

madlogos/aseshms documentation built on May 21, 2019, 11:03 a.m.