public class PrintPaperSource extends Object
Constructor and Description |
---|
PrintPaperSource()
Initializes a new instance of the PaperSource class.
|
Modifier and Type | Method and Description |
---|---|
int |
getKind()
Gets the paper source.
|
int |
getRawKind()
Gets or sets the integer representing one of the PaperSourceKind values or a custom value.
|
String |
getSourceName()
Gets or sets the name of the paper source.
|
void |
setRawKind(int value)
Gets or sets the integer representing one of the PaperSourceKind values or a custom value.
|
void |
setSourceName(String value)
Gets or sets the name of the paper source.
|
String |
toString()
Infrastructure.
|
public PrintPaperSource()
public int getKind()
public int getRawKind()
public String getSourceName()
public void setRawKind(int value)
value
- int valuepublic void setSourceName(String value)
value
- String value