AlignPageLeft property
Indicates the alignment of the presentation page within the applet window.
Syntax
Set: Presentation.setAlignPageLeft(isAlignedLeft)
Get: isAlignedLeft = Presentation.getAlignPageLeft()
Applies to
Presentation object.
Data type
boolean. The value is true if the page is to be aligned to the left and false if aligned to center. The default value is true.
See Also
alignLeft PARAM tag