Package org.apache.poi.hssf.record.pivottable

Examples of org.apache.poi.hssf.record.pivottable.StreamIDRecord


      case ChartFRTInfoRecord.sid:   return new ChartFRTInfoRecord(in);
      case ChartStartBlockRecord.sid: return new ChartStartBlockRecord(in);
      case ChartStartObjectRecord.sid: return new ChartStartObjectRecord(in);

      // pivot table
      case StreamIDRecord.sid:        return new StreamIDRecord(in);
      case ViewSourceRecord.sid:      return new ViewSourceRecord(in);
      case PageItemRecord.sid:        return new PageItemRecord(in);
      case ViewDefinitionRecord.sid:  return new ViewDefinitionRecord(in);
      case ViewFieldsRecord.sid:      return new ViewFieldsRecord(in);
      case DataItemRecord.sid:        return new DataItemRecord(in);
View Full Code Here


      case ChartFRTInfoRecord.sid:   return new ChartFRTInfoRecord(in);
      case ChartStartBlockRecord.sid: return new ChartStartBlockRecord(in);
      case ChartStartObjectRecord.sid: return new ChartStartObjectRecord(in);

      // pivot table
      case StreamIDRecord.sid:        return new StreamIDRecord(in);
      case ViewSourceRecord.sid:      return new ViewSourceRecord(in);
      case PageItemRecord.sid:        return new PageItemRecord(in);
      case ViewDefinitionRecord.sid:  return new ViewDefinitionRecord(in);
      case ViewFieldsRecord.sid:      return new ViewFieldsRecord(in);
      case DataItemRecord.sid:        return new DataItemRecord(in);
View Full Code Here

TOP

Related Classes of org.apache.poi.hssf.record.pivottable.StreamIDRecord

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.