HandoutViewOptions class
#
Represents the handout presentation view mode for export.
HandoutViewOptions
#
| Name |
Description |
| HandoutViewOptions() |
Initializes a new instance of the HandoutViewOptions class. |
Result:
HandoutViewOptions
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
#
| Name |
Description |
| getPrintFrameSlide () |
Specifies whether to draw frames around the displayed slides or not. Default value is true. |
Result:
boolean
getPrintSlideNumbers
#
| Name |
Description |
| getPrintSlideNumbers () |
Specifies whether or not to print the displayed slide numbers. Default value is true. |
Result:
boolean
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
#
| 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. |