HandoutLayoutingOptions
HandoutLayoutingOptions class
Represents the handout presentation layout mode for export.
HandoutLayoutingOptions
| Name | Description |
|---|
| HandoutLayoutingOptions() | Initializes the default values. |
Returns:
HandoutLayoutingOptions
getHandout
| Name | Description |
|---|
| getHandout() | Specifies how many slides and in what sequence will be placed on the page HandoutType. Default value is HandoutType.Handouts6Horizontal. |
Returns:
int
| Name | Description |
|---|
| getPrintComments() | Specifies whether or not to display comments on slides Default value is false. |
Returns:
boolean
getPrintFrameSlide
| Name | Description |
|---|
| getPrintFrameSlide() | Specifies whether to draw frames around the displayed slides or not. Default value is true. |
Returns:
boolean
getPrintSlideNumbers
| Name | Description |
|---|
| getPrintSlideNumbers() | Specifies whether or not to print the displayed slide numbers. Default value is true. |
Returns:
boolean
setHandout
| Name | Description |
|---|
| setHandout(int) | Specifies how many slides and in what sequence will be placed on the page HandoutType. Default value is HandoutType.Handouts6Horizontal. |
| Name | Description |
|---|
| setPrintComments(boolean) | Specifies whether or not to display comments on slides Default value is false. |
setPrintFrameSlide
| Name | Description |
|---|
| setPrintFrameSlide(boolean) | Specifies whether to draw frames around the displayed slides or not. Default value is true. |
setPrintSlideNumbers
| Name | Description |
|---|
| setPrintSlideNumbers(boolean) | Specifies whether or not to print the displayed slide numbers. Default value is true. |