Staple.StapleOption
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
public static final class Staple.StapleOption extends Option
JobStapleAllDocuments 및 DocumentStaple 기능 옵션을 설명합니다.
생성자
| 생성자 | 설명 |
|---|---|
| StapleOption(String optionName, Staple.IStapleOptionItem[] items) | 새 인스턴스를 생성합니다. |
필드
| 필드 | 설명 |
|---|---|
| None | 스테이플링을 하지 않음을 지정합니다. |
| SaddleStitch | 새들 스티치 스테이플링을 지정합니다. |
| StapleBottomLeft | 하단 왼쪽 모서리에 단일 스테이플을 지정합니다. |
| StapleBottomRight | 하단 오른쪽 모서리에 단일 스테이플을 지정합니다. |
| StapleDualBottom | 하단 가장자리를 따라 두 개의 스테이플을 지정합니다. |
| StapleDualLeft | 왼쪽 가장자리를 따라 두 개의 스테이플을 지정합니다. |
| StapleDualRight | 오른쪽 가장자리를 따라 두 개의 스테이플을 지정합니다. |
| StapleDualTop | 상단 가장자리를 따라 두 개의 스테이플을 지정합니다 |
| StapleTopLeft | 상단 왼쪽 모서리에 단일 스테이플을 지정합니다. |
| StapleTopRight | 상단 오른쪽 모서리에 단일 스테이플을 지정합니다. |
메서드
| 메서드 | 설명 |
|---|---|
| add(IOptionItem[] items) | 이 옵션의 항목 목록 끝에 항목 목록을 추가합니다. |
| add(Staple.IStapleOptionItem[] items) | 특징에 IStapleOptionItem 인스턴스 배열을 추가합니다. |
| equals(Object arg0) | |
| getClass() | |
| getName() | 요소 이름을 가져옵니다. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setAngle(int angle) | Angle 점수 속성 값을 설정합니다. |
| setSheetCapacity(int sheetCapacity) | SheetCapacity 점수 속성 값을 설정합니다. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
StapleOption(String optionName, Staple.IStapleOptionItem[] items)
public StapleOption(String optionName, Staple.IStapleOptionItem[] items)
새 인스턴스를 생성합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| optionName | java.lang.String | 옵션 이름입니다. |
| items | IStapleOptionItem[] | 임의의 IStapleOptionItem 인스턴스 배열입니다. |
None
public static final Staple.StapleOption None
스테이플링을 하지 않음을 지정합니다.
SaddleStitch
public static final Staple.StapleOption SaddleStitch
새들 스티치 스테이플링을 지정합니다.
StapleBottomLeft
public static final Staple.StapleOption StapleBottomLeft
하단 왼쪽 모서리에 단일 스테이플을 지정합니다.
StapleBottomRight
public static final Staple.StapleOption StapleBottomRight
하단 오른쪽 모서리에 단일 스테이플을 지정합니다.
StapleDualBottom
public static final Staple.StapleOption StapleDualBottom
하단 가장자리를 따라 두 개의 스테이플을 지정합니다.
StapleDualLeft
public static final Staple.StapleOption StapleDualLeft
왼쪽 가장자리를 따라 두 개의 스테이플을 지정합니다.
StapleDualRight
public static final Staple.StapleOption StapleDualRight
오른쪽 가장자리를 따라 두 개의 스테이플을 지정합니다.
StapleDualTop
public static final Staple.StapleOption StapleDualTop
상단 가장자리를 따라 두 개의 스테이플을 지정합니다
StapleTopLeft
public static final Staple.StapleOption StapleTopLeft
상단 왼쪽 모서리에 단일 스테이플을 지정합니다.
StapleTopRight
public static final Staple.StapleOption StapleTopRight
상단 오른쪽 모서리에 단일 스테이플을 지정합니다.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
이 옵션의 항목 목록 끝에 항목 목록을 추가합니다. 각 항목은 ScoredProperty 또는 Property 인스턴스여야 합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| items | IOptionItem[] | 추가할 항목 목록. |
add(Staple.IStapleOptionItem[] items)
public Staple.StapleOption add(Staple.IStapleOptionItem[] items)
특징에 IStapleOptionItem 인스턴스 배열을 추가합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| items | IStapleOptionItem[] | 임의의 IStapleOptionItem 인스턴스 배열입니다. |
Returns: StapleOption - 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()
setAngle(int angle)
public final Staple.StapleOption setAngle(int angle)
Angle 점수 속성 값을 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| angle | int | Angle 점수 속성 값입니다. |
Returns: StapleOption - This option instance.
setSheetCapacity(int sheetCapacity)
public final Staple.StapleOption setSheetCapacity(int sheetCapacity)
SheetCapacity 점수 속성 값을 설정합니다.
Parameters:
| 매개변수 | 유형 | 설명 |
|---|---|---|
| sheetCapacity | int | SheetCapacity 점수 속성 값입니다. |
Returns: StapleOption - This option instance.
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 |