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.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
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 PrintGridlinesRecord
InternalSheet. printGridlines
Methods in org.apache.poi.hssf.model that return PrintGridlinesRecord Modifier and Type Method Description PrintGridlinesRecord
InternalSheet. getPrintGridlines()
Returns the PrintGridlinesRecord.Methods in org.apache.poi.hssf.model with parameters of type PrintGridlinesRecord Modifier and Type Method Description void
InternalSheet. setPrintGridlines(PrintGridlinesRecord newPrintGridlines)
Sets the PrintGridlinesRecord. -
Uses of PrintGridlinesRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return PrintGridlinesRecord Modifier and Type Method Description PrintGridlinesRecord
PrintGridlinesRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type PrintGridlinesRecord Constructor Description PrintGridlinesRecord(PrintGridlinesRecord other)
-