ReporteRs (version 0.5.6)

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

Arguments

x

Object of class docx

See Also

docx, dim.pptx

Examples

Run this code
# NOT RUN {
#START_TAG_TEST
doc = docx( title = "title" )
dim( doc )
#STOP_TAG_TEST
# }

Run the code above in your browser using DataCamp Workspace