Package org.apache.poi.xssf.usermodel
Class XSSFPrintSetupHelper
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFPrintSetupHelper
-
public class XSSFPrintSetupHelper extends Object
A helper to accessXSSFPrintSetup
's APIs.- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description XSSFPrintSetupHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setCommentsMode(org.apache.poi.xssf.usermodel.XSSFPrintSetup printSetup, int mode)
static void
setErrorsMode(org.apache.poi.xssf.usermodel.XSSFPrintSetup printSetup, int mode)
-