Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jxl.read.biff
Class ExternalSheetRecord.XTI  view ExternalSheetRecord.XTI download ExternalSheetRecord.XTI.java

java.lang.Object
  extended byjxl.read.biff.ExternalSheetRecord.XTI
Enclosing class:
ExternalSheetRecord

private static class ExternalSheetRecord.XTI
extends java.lang.Object

An XTI structure


Field Summary
(package private)  int firstTab
          the first tab
(package private)  int lastTab
          the last tab
(package private)  int supbookIndex
          the supbook index
 
Constructor Summary
(package private) ExternalSheetRecord.XTI(int s, int f, int l)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supbookIndex

int supbookIndex
the supbook index


firstTab

int firstTab
the first tab


lastTab

int lastTab
the last tab

Constructor Detail

ExternalSheetRecord.XTI

ExternalSheetRecord.XTI(int s,
                        int f,
                        int l)
Constructor