WordProcessingPageSetup class

WordProcessingPageSetup class

Represents printing page properties for a section of a Word document.

The WordProcessingPageSetup type exposes the following members:

Properties

Property Description
bottom_margin The size of the bottom margin in points.
different_first_page_header_footer The property indicates whether a different header/footer is used for the first page.
height The height of a printing page in points.
left_margin The size of the left margin in points.
odd_and_even_pages_header_footer The property indicates whether different headers/footers are used for odd-numbered and even-numbered pages.
right_margin The size of the right margin in points.
top_margin The size of the top margin in points.
width The width of a printing page in points.

See Also