mlreportgen.dom.DOCXPageSize Class
Namespace: mlreportgen.dom
Superclasses: mlreportgen.dom.PageSize
(To be removed) Size and orientation of pages in Microsoft Word document
mlreportgen.dom.DOCXPageSize
will be removed in a future release. Use
mlreportgen.dom.PageSize
instead.
Description
Specifies the height, width, and orientation of pages in a section of a Microsoft® Word document.
The mlreportgen.dom.DOCXPageSize
class is a handle
class.
Creation
Description
creates a page size object having default values of 8.5-by-11 inches and
portrait orientation.docxPageSizeObj
= DOCXPageSize
creates a page having a specified height, width, and orientation.docxPageSizeObj
= DOCXPageSize(height
,width
,orientation
)
Input Arguments
Properties
Examples
Version History
Introduced in R2014b