PageBlackGenerationProcessingUnderColorAdditionLevel

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.ParameterInit, com.aspose.xps.metadata.IntegerParameterInit

All Implemented Interfaces: com.aspose.xps.metadata.IJobPrintTicketItem, com.aspose.xps.metadata.IDocumentPrintTicketItem, com.aspose.xps.metadata.IPagePrintTicketItem

public final class PageBlackGenerationProcessingUnderColorAdditionLevel extends IntegerParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem

GCR/UCR が暗い中間色およびほぼ中性領域で "BlackInkLimit"(または指定された場合は UCAStart)を生成した領域に、灰色成分比で追加する色彩インクの量を説明します。 https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingundercoloradditionlevel

コンストラクタ

コンストラクタ説明
PageBlackGenerationProcessingUnderColorAdditionLevel(int value)新しいインスタンスを作成します。

メソッド

メソッド説明
equals(Object arg0)
getClass()
getMaxValue()整数または小数値のパラメーターに対して、許容される最大値を定義します。
getMinValue()整数または小数値のパラメーターに対して、許容される最小値を定義します。
getMultiple()整数または小数値のパラメーターに対して、パラメーターの値はこの数の倍数である必要があります。
getName()要素名を取得します。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PageBlackGenerationProcessingUnderColorAdditionLevel(int value)

public PageBlackGenerationProcessingUnderColorAdditionLevel(int value)

新しいインスタンスを作成します。

Parameters:

パラメータ説明
valueintパラメータ値。

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

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

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMaxValue()

public int getMaxValue()

整数または小数値のパラメーターに対して、許容される最大値を定義します。

Returns: int

getMinValue()

public int getMinValue()

整数または小数値のパラメーターに対して、許容される最小値を定義します。

Returns: int

getMultiple()

public int getMultiple()

整数または小数値のパラメーターに対して、パラメーターの値はこの数の倍数である必要があります。

Returns: int - パラメーターが倍数であるべき数です。

getName()

public String getName()

要素名を取得します。

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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