org.seasar.robot.extractor.impl
クラス PdfExtractor

java.lang.Object
  上位を拡張 org.seasar.robot.extractor.impl.PdfExtractor
すべての実装されたインタフェース:
Extractor

public class PdfExtractor
extends Object
implements Extractor

Gets a text from .doc file.

作成者:
shinsuke

フィールドの概要
protected  String encoding
           
protected  boolean force
          When true, the parser will skip corrupt pdf objects and
protected  Map<String,String> passwordMap
           
 
コンストラクタの概要
PdfExtractor()
           
 
メソッドの概要
 void addPassword(String resourceName, String password)
           
 String getEncoding()
           
 ExtractData getText(InputStream in, Map<String,String> params)
           
 boolean isForce()
           
 void setEncoding(String encoding)
           
 void setForce(boolean force)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

encoding

protected String encoding

force

protected boolean force
When true, the parser will skip corrupt pdf objects and


passwordMap

protected Map<String,String> passwordMap
コンストラクタの詳細

PdfExtractor

public PdfExtractor()
メソッドの詳細

getText

public ExtractData getText(InputStream in,
                           Map<String,String> params)
定義:
インタフェース Extractor 内の getText

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

isForce

public boolean isForce()

setForce

public void setForce(boolean force)

addPassword

public void addPassword(String resourceName,
                        String password)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.