slide_dim: Get width and height of active slide

slide_widthR Documentation

Get width and height of active slide

Description

Get width and height of active slide

Usage

slide_width(ppt)

slide_height(ppt)

Arguments

ppt

An R2PPT presentation object.

Examples

## Not run: 
 p <- PPT.Init(visible=TRUE)
 p <- PPT.AddBlankSlide(p)
 slide_width(p)
 slide_height(p)

## End(Not run)


markheckmann/R2PPTaddons documentation built on Oct. 16, 2023, 8:03 p.m.