jxl.write.biff
Class BottomMarginRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.MarginRecord
                    |
                    +--jxl.write.biff.BottomMarginRecord
All Implemented Interfaces:
ByteData

class BottomMarginRecord
extends MarginRecord

The settings for the left margin


Fields inherited from class jxl.write.biff.MarginRecord
margin
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) BottomMarginRecord(double v)
           
 
Methods inherited from class jxl.write.biff.MarginRecord
getData
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BottomMarginRecord

BottomMarginRecord(double v)