Class XlsRowLevelInfo


  • public class XlsRowLevelInfo
    extends java.lang.Object
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      XlsRowLevelInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getEndIndex()  
      java.util.SortedMap<java.lang.String,​java.lang.Integer> getLevelMap()  
      void setEndIndex​(java.lang.Integer endIndex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XlsRowLevelInfo

        public XlsRowLevelInfo()
    • Method Detail

      • getLevelMap

        public java.util.SortedMap<java.lang.String,​java.lang.Integer> getLevelMap()
      • getEndIndex

        public java.lang.Integer getEndIndex()
      • setEndIndex

        public void setEndIndex​(java.lang.Integer endIndex)