ReporteRs (version 0.5.4)

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 pptx
dim(x)

Arguments

x

Object of class pptx

See Also

pptx, dim.docx

Examples

Run this code
# NOT RUN {
#START_TAG_TEST
doc = pptx( title = "title" )
doc = addSlide( doc, "Title and Content" )
dim(doc)
#STOP_TAG_TEST
# }

Run the code above in your browser using DataCamp Workspace