ReporteRs (version 0.7.2)

dim.docx: Get page layout dimensions of a Word document

Description

Returns page width and height and page margins of a docx object.

Usage

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

Arguments

x
Object of class docx

See Also

docx, dim.pptx

Examples

Run this code
doc = docx( title = "title" )
dim( doc )

Run the code above in your browser using DataLab