| java.lang.Object | |
| ↳ | android.print.PrintJobInfo.Builder |
Builder for creating a
PrintJobInfo
.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructor.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
PrintJobInfo
instance.
|
||||||||||
|
|
Puts an advanced (printer specific) option.
|
||||||||||
|
|
Puts an advanced (printer specific) option.
|
||||||||||
|
|
Sets the print job attributes.
|
||||||||||
|
|
Sets the number of copies.
|
||||||||||
|
|
Sets the included pages.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Constructor.
| prototype |
Prototype to use as a starting point.
Can be
null
.
|
|---|
Creates a new
PrintJobInfo
instance.
Puts an advanced (printer specific) option.
| key | The option key. |
|---|---|
| value | The option value. |
Puts an advanced (printer specific) option.
| key | The option key. |
|---|---|
| value | The option value. |
Sets the print job attributes.
| attributes | The attributes. |
|---|
Sets the number of copies.
| copies | The number of copies. |
|---|
Sets the included pages.
| pages | The included pages. |
|---|