XpsConverterOptions

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.page.plugins.IPluginOptions, com.aspose.page.plugins.IDataContainer, com.aspose.page.plugins.ISaveInstruction

public class XpsConverterOptions implements IPluginOptions, IDataContainer, ISaveInstruction

プラグイン XpsConverter のオプションの基底クラスを表します。

メソッド

メソッド説明
addDataSource(IDataSource dataSource)XpsConverter プラグインのデータコレクションに新しいデータ ソースを追加します。
addSaveDataSource(IDataSource saveDataSource)XpsConverterOptions プラグインのデータコレクションに新しいデータ ソースを追加します。
equals(Object arg0)
getClass()
getDataCollection()XpsConverterOptions プラグインのデータコレクションを返します。
getJpegQualityLevel()画像の圧縮レベルを指定する値を返します。
getOperationName()操作名を返します。
getSaveTargetsCollection()保存操作結果のために追加されたターゲットのコレクションを取得します。
hashCode()
notify()
notifyAll()
setJpegQualityLevel(int value)画像の圧縮レベルを指定する値を設定します。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

addDataSource(IDataSource dataSource)

public final void addDataSource(IDataSource dataSource)

XpsConverter プラグインのデータコレクションに新しいデータ ソースを追加します。

Parameters:

パラメータ説明
dataSourceIDataSource追加するデータ ソース。

addSaveDataSource(IDataSource saveDataSource)

public final void addSaveDataSource(IDataSource saveDataSource)

XpsConverterOptions プラグインのデータコレクションに新しいデータ ソースを追加します。

Parameters:

パラメータ説明
saveDataSourceIDataSource保存操作結果のためのデータ ソース(ファイルまたはストリーム)。

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメータ説明
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDataCollection()

public final List<IDataSource> getDataCollection()

XpsConverterOptions プラグインのデータコレクションを返します。

Returns: java.util.List<com.aspose.page.plugins.IDataSource>

getJpegQualityLevel()

public int getJpegQualityLevel()

画像の圧縮レベルを指定する値を返します。利用可能な値は 0 から 100 です。指定した数値が小さいほど圧縮率が高くなり、画像の品質は低くなります。0 の場合は最低品質の画像になり、100 の場合は最高品質になります。

Returns: int - 画像の圧縮レベルを指定する値。

getOperationName()

public String getOperationName()

操作名を返します。

Returns: java.lang.String

getSaveTargetsCollection()

public final List<IDataSource> getSaveTargetsCollection()

保存操作結果のために追加されたターゲットのコレクションを取得します。

Returns: java.util.List<com.aspose.page.plugins.IDataSource>

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setJpegQualityLevel(int value)

public void setJpegQualityLevel(int value)

画像の圧縮レベルを指定する値を設定します。利用可能な値は 0 から 100 です。指定した数値が小さいほど圧縮率が高くなり、画像の品質は低くなります。0 の場合は最低品質の画像になり、100 の場合は最高品質になります。

Parameters:

パラメータ説明
valueint画像の圧縮レベルを指定する値。

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

パラメータ説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメータ説明
arg0long
arg1int