Uses of Interface
loci.poi.hssf.record.Margin
-
Packages that use Margin Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of Margin in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as Margin Modifier and Type Field Description protected Margin[]
Sheet. margins
Methods in loci.poi.hssf.model that return Margin Modifier and Type Method Description protected Margin[]
Sheet. getMargins()
Returns the array of margins. -
Uses of Margin in loci.poi.hssf.record
Classes in loci.poi.hssf.record that implement Margin Modifier and Type Class Description class
BottomMarginRecord
Record for the bottom margin.class
LeftMarginRecord
Record for the left margin.class
RightMarginRecord
Record for the right margin.class
TopMarginRecord
Record for the top margin.
-