powered by
Returns slide width and height, position and dimension of the next available shape in the current slide.
# S3 method for pptx dim(x)
Object of class pptx
pptx
pptx, dim.docx
dim.docx
# 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 DataLab