DocumentCoverBackSource

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

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

public final class DocumentCoverBackSource extends StringParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem

사용자 지정 뒷표지 시트의 소스를 지정합니다. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentcoverbacksource

생성자

생성자설명
DocumentCoverBackSource(String value)새 인스턴스를 생성합니다.

메서드

메서드설명
equals(Object arg0)
getClass()
getMaxLength()문자열 값에 대해, 가장 짧은 최장 문자열을 정의합니다.
getMinLength()문자열 값에 대해, 허용되는 가장 짧은 문자열을 정의합니다.
getName()요소 이름을 가져옵니다.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DocumentCoverBackSource(String value)

public DocumentCoverBackSource(String value)

새 인스턴스를 생성합니다.

Parameters:

매개변수유형설명
java.lang.String매개변수 값.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMaxLength()

public int getMaxLength()

문자열 값에 대해, 가장 짧은 최장 문자열을 정의합니다.

Returns: int - 허용되는 가장 긴 문자열.

getMinLength()

public int getMinLength()

문자열 값에 대해, 허용되는 가장 짧은 문자열을 정의합니다.

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