Uses of Class
org.apache.poi.hssf.record.PrintGridlinesRecord
-
Packages that use PrintGridlinesRecord Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of PrintGridlinesRecord in org.apache.poi.hssf.model
Fields in org.apache.poi.hssf.model declared as PrintGridlinesRecord Modifier and Type Field Description protected PrintGridlinesRecordInternalSheet. printGridlinesMethods in org.apache.poi.hssf.model that return PrintGridlinesRecord Modifier and Type Method Description PrintGridlinesRecordInternalSheet. getPrintGridlines()Returns the PrintGridlinesRecord.Methods in org.apache.poi.hssf.model with parameters of type PrintGridlinesRecord Modifier and Type Method Description voidInternalSheet. setPrintGridlines(PrintGridlinesRecord newPrintGridlines)Sets the PrintGridlinesRecord.
-