public class PrintPaperSource extends Object
Constructor and Description |
---|
PrintPaperSource()
Initializes a new instance of the PaperSource class.
|
PrintPaperSource(String sourceName,
int kind)
Initializes a new instance of the
PaperSource class with the specified kind and name. |
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 PrintPaperSource(String sourceName, int kind)
Initializes a new instance of the PaperSource
class with the specified kind and name.
sourceName
- The kind of the paper source.kind
- The name of the paper source.public int getKind()
public int getRawKind()
public String getSourceName()
public void setRawKind(int value)
value
- int valuepublic void setSourceName(String value)
value
- String valueCopyright © 2024 Aspose. All Rights Reserved.