org.modeshape.sequencer.msoffice.excel
Class ExcelMetadata

java.lang.Object
  extended by org.modeshape.sequencer.msoffice.excel.ExcelMetadata

public class ExcelMetadata
extends Object

Metadata for Excel (Full text contents and list of sheet names)


Constructor Summary
ExcelMetadata()
           
 
Method Summary
 MSOfficeMetadata getMetadata()
           
 ExcelSheetMetadata getSheet(String name)
           
 List<ExcelSheetMetadata> getSheets()
           
 String getText()
           
 void setMetadata(MSOfficeMetadata metadata)
           
 void setMetadata(org.apache.poi.hpsf.SummaryInformation info)
           
 void setSheets(List<ExcelSheetMetadata> sheets)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelMetadata

public ExcelMetadata()
Method Detail

getMetadata

public MSOfficeMetadata getMetadata()

setMetadata

public void setMetadata(MSOfficeMetadata metadata)

setMetadata

public void setMetadata(org.apache.poi.hpsf.SummaryInformation info)

getText

public String getText()

setText

public void setText(String text)

getSheets

public List<ExcelSheetMetadata> getSheets()

setSheets

public void setSheets(List<ExcelSheetMetadata> sheets)

getSheet

public ExcelSheetMetadata getSheet(String name)


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.