Search
PrintOptions Class
See Also
 






Defines the attributes of a printed workbook. Use the PrintOptions object returned by the Workbook.getPrintOptions method to set the attributes of a specific workbook.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public class PrintOptions

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.spreadsheet.PrintOptions

 See Also