Uses of Interface
org.apache.poi.hssf.record.Margin

Packages that use Margin
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 Margin in org.apache.poi.hssf.model
 

Fields in org.apache.poi.hssf.model declared as Margin
protected  Margin[] Sheet.margins
           
 

Methods in org.apache.poi.hssf.model that return Margin
protected  Margin[] Sheet.getMargins()
          Returns the array of margins.
 

Uses of Margin in org.apache.poi.hssf.record
 

Classes in org.apache.poi.hssf.record that implement Margin
 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.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.