The WPPageLayout class defines API properties and methods that specify the page layout for the document. The methods and properties are listed below in the following categories:
WPHFLayout getHeaderLayout()
WPHFLayout getFooterLayout()
int getWidth(int)
void setWidth()
int getHeight(int)
void setHeight()
boolean isLandscape()
void setLandscape(boolean isLandscape)
int getLeftMargin()
void setLeftMargin(int margin)
int getRightMargin()
void setRightMargin(int margin)
int getTopMargin()
void setTopMargin(int margin)
int getBottomMargin()
void setBottomMargin(int margin)
Enumerator enumerateTabStops() /* Returns a reference to the Enumerator that lists the tab stops set for the document. [[PS: Is this correct? */
WPTabStop insertTabStop(String type, int offset) /* The valid values for "type" are left, right, or center. */
WPTabStop findTabStop(String name) /* Returns a reference to the tab stop object with the specified name. */
boolean deleteTabStop(String name)
boolean deleteAllTabStops()