PrintAttributes API
E745332
The PrintAttributes API is an Android framework component that lets apps specify detailed print job characteristics such as media size, resolution, color mode, and margins when printing.
Observed surface forms (1)
| Surface form | Occurrences |
|---|---|
| PrintAttributes | 0 |
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf |
Android framework API
ⓘ
printing configuration class ⓘ |
| availableSinceApiLevel | 19 ⓘ |
| builderMethod |
setColorMode
ⓘ
setDuplexMode ⓘ setMediaSize ⓘ setMinMargins ⓘ setResolution ⓘ |
| callableFrom | Kotlin NERFINISHED ⓘ |
| colorModeType | PrintAttributes.ColorMode ⓘ |
| configuredBy | PrintAttributes.Builder NERFINISHED ⓘ |
| creationPattern | builder pattern ⓘ |
| definedIn | android.print.PrintAttributes NERFINISHED ⓘ |
| documentationUrl | https://developer.android.com/reference/android/print/PrintAttributes ⓘ |
| duplexModeType | PrintAttributes.DuplexMode ⓘ |
| hasComponent | PrintAttributes.Builder NERFINISHED ⓘ |
| immutableAfterBuild | true ⓘ |
| introducedIn | Android 4.4 KitKat NERFINISHED ⓘ |
| language | Java NERFINISHED ⓘ |
| marginsType | PrintAttributes.Margins ⓘ |
| mediaSizeType | PrintAttributes.MediaSize ⓘ |
| packageName | android.print ⓘ |
| partOf | android.print package NERFINISHED ⓘ |
| platform | Android ⓘ |
| relatedTo |
PrintDocumentAdapter API
NERFINISHED
ⓘ
PrintJob API NERFINISHED ⓘ PrintManager API NERFINISHED ⓘ |
| resolutionType | PrintAttributes.Resolution ⓘ |
| scope | per print job ⓘ |
| supportsFeature |
color mode selection
ⓘ
copy count specification ⓘ duplex mode selection ⓘ margins configuration ⓘ media size selection ⓘ minimum margins configuration ⓘ orientation selection ⓘ page range specification ⓘ resolution selection ⓘ |
| threading | typically configured on main thread ⓘ |
| usedBy |
PrintDocumentAdapter
NERFINISHED
ⓘ
PrintJob ⓘ PrintJobInfo ⓘ PrintManager NERFINISHED ⓘ |
| usedFor |
configuring print output properties
ⓘ
specifying print job characteristics ⓘ |
| usedInContext | Android printing framework ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.