This method prints the presentation.
Defined in
Syntax
public void print() public void print(int Copies) public void print(int Copies, String Pages) public void print(int copies, String pages, boolean collate)
Parameters
int Copies
Specifies the count of copies to print. The default value is 1.
String Pages
Specifies the range of pages to print. For example, 1-5, 7 prints pages 1 to 5, and page 7. The default value is all pages.
boolean Collate
Specifies true to print all the pages before printing another copy when more than one copy to print, or false to print each page copies together. The default value is true.
See examples