ReporteRs (version 0.7.2)

dim.pptx: Get layout information on a PowerPoint slide

Description

Returns slide width and height, position and dimension of the next available shape in the current slide.

Usage

## S3 method for class 'pptx':
dim(x)

Arguments

x
Object of class pptx

See Also

pptx, dim.docx

Examples

Run this code
doc = pptx( title = "title" )
doc = addSlide( doc, "Title and Content" )
dim(doc)

Run the code above in your browser using DataCamp Workspace