PageBlackGenerationProcessingGrayComponentReplacementExtent
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 PageBlackGenerationProcessingGrayComponentReplacementExtent extends IntegerParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
GCR が適用する、中立色から彩色への拡張範囲を説明します。0% = 均一成分置換、100% = グレイ成分置換。 https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessinggraycomponentreplacementextent
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| PageBlackGenerationProcessingGrayComponentReplacementExtent(int value) | 新しいインスタンスを作成します。 |
メソッド
| メソッド | 説明 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getMaxValue() | 整数または小数値のパラメーターに対して、許容される最大値を定義します。 |
| getMinValue() | 整数または小数値のパラメーターに対して、許容される最小値を定義します。 |
| getMultiple() | 整数または小数値のパラメーターに対して、パラメーターの値はこの数の倍数である必要があります。 |
| getName() | 要素名を取得します。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
PageBlackGenerationProcessingGrayComponentReplacementExtent(int value)
public PageBlackGenerationProcessingGrayComponentReplacementExtent(int value)
新しいインスタンスを作成します。
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| value | int | パラメータ値。 |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | java.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:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメータ | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |