Uses of Interface
loci.poi.hssf.record.Margin
Packages that use Margin
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
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 MarginMethods in loci.poi.hssf.model that return MarginModifier and TypeMethodDescriptionprotected Margin[]Sheet.getMargins()Returns the array of margins. -
Uses of Margin in loci.poi.hssf.record
Classes in loci.poi.hssf.record that implement MarginModifier and TypeClassDescriptionclassRecord for the bottom margin.classRecord for the left margin.classRecord for the right margin.classRecord for the top margin.