Uses of Class
org.apache.poi.hssf.record.SelectionRecord
-
Packages that use SelectionRecord 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 SelectionRecord in org.apache.poi.hssf.model
Fields in org.apache.poi.hssf.model declared as SelectionRecord Modifier and Type Field Description protected SelectionRecord
InternalSheet. _selection
Methods in org.apache.poi.hssf.model that return SelectionRecord Modifier and Type Method Description SelectionRecord
InternalSheet. getSelection()
Methods in org.apache.poi.hssf.model with parameters of type SelectionRecord Modifier and Type Method Description void
InternalSheet. setSelection(SelectionRecord selection)
-
Uses of SelectionRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return SelectionRecord Modifier and Type Method Description SelectionRecord
SelectionRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type SelectionRecord Constructor Description SelectionRecord(SelectionRecord other)
-