|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.antenna.dmc.v4.DMCnativeV4
DMC Library用のnative関数
コンストラクタの概要 | |
DMCnativeV4()
|
メソッドの概要 | |
static DMCfileInfoV4 |
getDMCFileInfoV4(java.io.File f)
ファイル識別機能 |
static int |
getPageTextStreamV4(java.io.File appfile,
java.io.OutputStream txtout,
DMCTextInfoV4 textInfo,
int page)
頁抽出機能 |
static int |
getPageTextV4(java.io.File appfile,
java.io.File txtfile,
DMCTextInfoV4 textInfo,
int page)
頁抽出機能 |
static void |
getPropertyV4(java.io.File appfile,
DMCTextInfoV4 textinfo,
DMCPropertyV4 property)
プロパティ抽出機能 |
static int |
getPwdPageTextV4(java.io.File appfile,
java.io.File txtfile,
DMCTextInfoV4 textInfo,
int page,
java.lang.String password)
暗号化されたPDFファイルの頁抽出機能 |
static void |
getPwdPropertyV4(java.io.File appfile,
DMCTextInfoV4 textinfo,
DMCPropertyV4 property,
java.lang.String password)
暗号化されたPDFファイルのプロパティ抽出機能 |
static void |
getPwdTextV4(java.io.File appfile,
java.io.File txtfile,
DMCTextInfoV4 textInfo,
java.lang.String password)
暗号化されたPDFファイルのテキスト抽出機能 |
static void |
getTextStreamV4(java.io.File appfile,
java.io.OutputStream txtout,
DMCTextInfoV4 textInfo)
テキスト抽出機能 |
static void |
getTextV4(java.io.File appfile,
java.io.File txtfile,
DMCTextInfoV4 textInfo)
テキスト抽出機能 |
static void |
setCallBack(InterestingEvent evt)
推奨されていません。 Javaインターフェースでは、OLEエラーのコールバックはサポートされません。 CallBack definition input function |
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DMCnativeV4()
メソッドの詳細 |
public static DMCfileInfoV4 getDMCFileInfoV4(java.io.File f) throws DMCExceptionV4
f
- 識別対象ファイル
DMCException
DMCExceptionV4
DMCfileInfoV4
public static void getTextV4(java.io.File appfile, java.io.File txtfile, DMCTextInfoV4 textInfo) throws DMCExceptionV4
appfile
- 抽出対象ファイルtxtfile
- 出力ファイルtextInfo
- 出力するテキストの詳細指定
DMCException
DMCExceptionV4
DMCTextInfoV4
public static int getPageTextV4(java.io.File appfile, java.io.File txtfile, DMCTextInfoV4 textInfo, int page) throws DMCExceptionV4
appfile
- 抽出対象ファイルtxtfile
- 出力ファイルtextInfo
- 出力するテキストの詳細指定page
- ページ番号。page=0の時、対象ファイルの総ページ数を取得する
DMCException
DMCExceptionV4
DMCTextInfoV4
public static int getPwdPageTextV4(java.io.File appfile, java.io.File txtfile, DMCTextInfoV4 textInfo, int page, java.lang.String password) throws DMCExceptionV4
appfile
- 抽出対象ファイルtxtfile
- 出力ファイルtextInfo
- 出力するテキストの詳細指定page
- ページ番号。page=0の時、対象ファイルの総ページ数を取得するpassword
- パスワード
DMCException
DMCExceptionV4
DMCTextInfoV4
public static void getPwdTextV4(java.io.File appfile, java.io.File txtfile, DMCTextInfoV4 textInfo, java.lang.String password) throws DMCExceptionV4
appfile
- 抽出対象ファイルtxtfile
- 出力ファイルtextInfo
- 出力するテキストの詳細指定password
- パスワード
DMCException
DMCExceptionV4
DMCTextInfoV4
public static void getPropertyV4(java.io.File appfile, DMCTextInfoV4 textinfo, DMCPropertyV4 property) throws DMCExceptionV4
appfile
- 抽出対象ファイルtextinfo
- 出力するテキストの詳細指定property
- 文書プロパティ
DMCException
DMCExceptionV4
DMCTextInfoV4
,
DMCPropertyV4
public static void getPwdPropertyV4(java.io.File appfile, DMCTextInfoV4 textinfo, DMCPropertyV4 property, java.lang.String password) throws DMCExceptionV4
appfile
- 抽出対象ファイルtextinfo
- 出力するテキストの詳細指定property
- 文書プロパティpassword
- パスワード
DMCException
DMCExceptionV4
DMCTextInfoV4
,
DMCPropertyV4
public static void getTextStreamV4(java.io.File appfile, java.io.OutputStream txtout, DMCTextInfoV4 textInfo) throws DMCExceptionV4
appfile
- 抽出対象ファイルtxtout
- output streamtextInfo
- 出力するテキストの詳細指定
DMCException
DMCExceptionV4
DMCTextInfoV4
public static int getPageTextStreamV4(java.io.File appfile, java.io.OutputStream txtout, DMCTextInfoV4 textInfo, int page) throws DMCExceptionV4
appfile
- 抽出対象ファイルtxtout
- output streamtextInfo
- 出力するテキストの詳細指定page
- ページ番号。page=0の時、対象ファイルの総ページ数を取得する
DMCException
DMCExceptionV4
DMCTextInfoV4
public static void setCallBack(InterestingEvent evt)
evt
- User defined callback object, the class will extend the interface InterestingEventInterestingEvent
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |