jxl.read.biff
Class RightMarginRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.MarginRecord
              |
              +--jxl.read.biff.RightMarginRecord

class RightMarginRecord
extends MarginRecord

Record for the left margin settings


Fields inherited from class jxl.read.biff.MarginRecord
margin
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) RightMarginRecord(Record r)
          Constructor
 
Methods inherited from class jxl.read.biff.MarginRecord
getMargin
 
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

RightMarginRecord

RightMarginRecord(Record r)
Constructor