PageSettings
Inheritance: java.lang.Object
public class PageSettings
Represents the layout settings for a page.
Methods
| Method | Description | 
|---|---|
| getA4() | Gets settings for the A4-format page. | 
| getA4NoHeightLimit() | Gets settings for the A4-format page with limitless height. | 
| getLetter() | Gets settings for the Letter-format page. | 
| getLetterNoHeightLimit() | Gets settings for the Letter-format page with limitless height. | 
getA4()
public static PageSettings getA4()
Gets settings for the A4-format page.
Returns: PageSettings
getA4NoHeightLimit()
public static PageSettings getA4NoHeightLimit()
Gets settings for the A4-format page with limitless height.
Returns: PageSettings
getLetter()
public static PageSettings getLetter()
Gets settings for the Letter-format page.
Returns: PageSettings
getLetterNoHeightLimit()
public static PageSettings getLetterNoHeightLimit()
Gets settings for the Letter-format page with limitless height.
Returns: PageSettings