HandoutViewOptions class
Represents the handout presentation view mode for export.
HandoutViewOptions {#HandoutViewOptions}
| Name |
Description |
| HandoutViewOptions() |
Initializes a new instance of the HandoutViewOptions class. |
Result:
HandoutViewOptions
getHandout {#getHandout}
| Name |
Description |
| getHandout () |
Specifies how many slides and in what sequence will be placed on the page HandoutViewType. Default value is HandoutViewType#Handouts6Horizontal. |
Result:
int
| Name |
Description |
| getPrintComments () |
Specifies whether or not to display comments on slides Default value is false. |
Result:
boolean
getPrintFrameSlide {#getPrintFrameSlide}
| Name |
Description |
| getPrintFrameSlide () |
Specifies whether to draw frames around the displayed slides or not. Default value is true. |
Result:
boolean
getPrintSlideNumbers {#getPrintSlideNumbers}
| Name |
Description |
| getPrintSlideNumbers () |
Specifies whether or not to print the displayed slide numbers. Default value is true. |
Result:
boolean
setHandout {#setHandout}
| Name |
Description |
| setHandout (int) |
Specifies how many slides and in what sequence will be placed on the page HandoutViewType. Default value is HandoutViewType#Handouts6Horizontal. |
| Name |
Description |
| setPrintComments (boolean) |
Specifies whether or not to display comments on slides Default value is false. |
setPrintFrameSlide {#setPrintFrameSlide}
| Name |
Description |
| setPrintFrameSlide (boolean) |
Specifies whether to draw frames around the displayed slides or not. Default value is true. |
setPrintSlideNumbers {#setPrintSlideNumbers}
| Name |
Description |
| setPrintSlideNumbers (boolean) |
Specifies whether or not to print the displayed slide numbers. Default value is true. |