org.apache.tika.parser.microsoft.ooxml
Class XSSFExcelExtractorDecorator.HeaderFooterFromString

java.lang.Object
  extended by org.apache.tika.parser.microsoft.ooxml.XSSFExcelExtractorDecorator.HeaderFooterFromString
All Implemented Interfaces:
org.apache.poi.ss.usermodel.HeaderFooter
Enclosing class:
XSSFExcelExtractorDecorator

protected static class XSSFExcelExtractorDecorator.HeaderFooterFromString
extends Object
implements org.apache.poi.ss.usermodel.HeaderFooter


Constructor Summary
protected XSSFExcelExtractorDecorator.HeaderFooterFromString(String text)
           
 
Method Summary
 String getCenter()
           
 String getLeft()
           
 String getRight()
           
 void setCenter(String paramString)
           
 void setLeft(String paramString)
           
 void setRight(String paramString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFExcelExtractorDecorator.HeaderFooterFromString

protected XSSFExcelExtractorDecorator.HeaderFooterFromString(String text)
Method Detail

getCenter

public String getCenter()
Specified by:
getCenter in interface org.apache.poi.ss.usermodel.HeaderFooter

getLeft

public String getLeft()
Specified by:
getLeft in interface org.apache.poi.ss.usermodel.HeaderFooter

getRight

public String getRight()
Specified by:
getRight in interface org.apache.poi.ss.usermodel.HeaderFooter

setCenter

public void setCenter(String paramString)
Specified by:
setCenter in interface org.apache.poi.ss.usermodel.HeaderFooter

setLeft

public void setLeft(String paramString)
Specified by:
setLeft in interface org.apache.poi.ss.usermodel.HeaderFooter

setRight

public void setRight(String paramString)
Specified by:
setRight in interface org.apache.poi.ss.usermodel.HeaderFooter


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.