HandoutLayoutingOptions

HandoutLayoutingOptions class

Represents the handout presentation layout mode for export.

HandoutLayoutingOptions

NameDescription
HandoutLayoutingOptions()Initializes the default values.

Returns: HandoutLayoutingOptions


getHandout

NameDescription
getHandout ()Specifies how many slides and in what sequence will be placed on the page HandoutType. Default value is HandoutType.Handouts6Horizontal.

Returns: int


getPrintComments

NameDescription
getPrintComments ()Specifies whether or not to display comments on slides Default value is false.

Returns: boolean


getPrintFrameSlide

NameDescription
getPrintFrameSlide ()Specifies whether to draw frames around the displayed slides or not. Default value is true.

Returns: boolean


getPrintSlideNumbers

NameDescription
getPrintSlideNumbers ()Specifies whether or not to print the displayed slide numbers. Default value is true.

Returns: boolean


setHandout

NameDescription
setHandout (int)Specifies how many slides and in what sequence will be placed on the page HandoutType. Default value is HandoutType.Handouts6Horizontal.

setPrintComments

NameDescription
setPrintComments (boolean)Specifies whether or not to display comments on slides Default value is false.

setPrintFrameSlide

NameDescription
setPrintFrameSlide (boolean)Specifies whether to draw frames around the displayed slides or not. Default value is true.

setPrintSlideNumbers

NameDescription
setPrintSlideNumbers (boolean)Specifies whether or not to print the displayed slide numbers. Default value is true.