PageOutputColor.PageOutputColorOption
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
All Implemented Interfaces: com.aspose.xps.metadata.PageOutputColor.IPageOutputColorItem
public static final class PageOutputColor.PageOutputColorOption extends Option implements PageOutputColor.IPageOutputColorItem
PageOutputColor 기능 옵션을 설명합니다.
생성자
| 생성자 | 설명 |
|---|---|
| PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem[] items) | 새 인스턴스를 생성합니다. |
메서드
| 메서드 | 설명 |
|---|---|
| Color(int deviceBitsPerPixel, int driverBitsPerPixel) | 출력이 컬러여야 함을 지정합니다. |
| Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel) | 출력이 그레이스케일이어야 함을 지정합니다. |
| Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel) | 출력이 단색(검정)이어야 함을 지정합니다. |
| add(IOptionItem[] items) | 이 옵션의 항목 목록 끝에 항목 목록을 추가합니다. |
| add(PageOutputColor.IPageOutputColorOptionItem[] items) | 옵션에 IPageOutputColorOptionItem 인스턴스 배열을 추가합니다. |
| equals(Object arg0) | |
| getClass() | |
| getName() | 요소 이름을 가져옵니다. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem[] items)
public PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem[] items)
새 인스턴스를 생성합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| optionName | java.lang.String | 옵션 이름입니다. |
| items | IPageOutputColorOptionItem[] | 임의의 IPageOutputColorOptionItem 인스턴스 배열입니다. |
Color(int deviceBitsPerPixel, int driverBitsPerPixel)
public static final PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)
출력이 컬러여야 함을 지정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| deviceBitsPerPixel | int | 프린터가 지원하는 컬러 데이터의 픽셀당 비트 수를 나타내는 DeviceBitsPerPixel 점수 속성 값입니다. |
| driverBitsPerPixel | int | 코어 드라이버가 비트맵 렌더링 버퍼에 사용할 픽셀당 비트 수를 나타내는 DriverBitsPerPixel 점수 속성 값입니다. |
Returns: PageOutputColorOption - The PageOutputColor options.
Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
public static final PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)
출력이 그레이스케일이어야 함을 지정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| deviceBitsPerPixel | int | 프린터가 지원하는 컬러 데이터의 픽셀당 비트 수를 나타내는 DeviceBitsPerPixel 점수 속성 값입니다. |
| driverBitsPerPixel | int | 코어 드라이버가 비트맵 렌더링 버퍼에 사용할 픽셀당 비트 수를 나타내는 DriverBitsPerPixel 점수 속성 값입니다. |
Returns: PageOutputColorOption - The PageOutputColor options.
Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
public static final PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)
출력이 단색(검정)이어야 함을 지정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| deviceBitsPerPixel | int | 프린터가 지원하는 컬러 데이터의 픽셀당 비트 수를 나타내는 DeviceBitsPerPixel 점수 속성 값입니다. |
| driverBitsPerPixel | int | 코어 드라이버가 비트맵 렌더링 버퍼에 사용할 픽셀당 비트 수를 나타내는 DriverBitsPerPixel 점수 속성 값입니다. |
Returns: PageOutputColorOption - The PageOutputColor options.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
이 옵션의 항목 목록 끝에 항목 목록을 추가합니다. 각 항목은 ScoredProperty 또는 Property 인스턴스여야 합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| items | IOptionItem[] | 추가할 항목 목록. |
add(PageOutputColor.IPageOutputColorOptionItem[] items)
public PageOutputColor.PageOutputColorOption add(PageOutputColor.IPageOutputColorOptionItem[] items)
옵션에 IPageOutputColorOptionItem 인스턴스 배열을 추가합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| items | IPageOutputColorOptionItem[] | 임의의 IPageOutputColorOptionItem 인스턴스 배열입니다. |
Returns: PageOutputColorOption - This options instance.
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
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 |