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.

All labels observed (1)

Label Occurrences
PrintAttributes API canonical 1

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf Android framework API ⓘ
printing configuration class ⓘ
availableSinceApiLevel 19 ⓘ
builderMethod setColorMode ⓘ
setDuplexMode ⓘ
setMediaSize ⓘ
setMinMargins ⓘ
setResolution ⓘ
callableFrom Kotlin ⓘ
colorModeType PrintAttributes.ColorMode ⓘ
configuredBy PrintAttributes.Builder ⓘ
creationPattern builder pattern ⓘ
definedIn android.print.PrintAttributes ⓘ
documentationUrl https://developer.android.com/reference/android/print/PrintAttributes ⓘ
duplexModeType PrintAttributes.DuplexMode ⓘ
hasComponent PrintAttributes.Builder ⓘ
immutableAfterBuild true ⓘ
introducedIn Android 4.4 KitKat ⓘ
language Java ⓘ
marginsType PrintAttributes.Margins ⓘ
mediaSizeType PrintAttributes.MediaSize ⓘ
packageName android.print ⓘ
partOf android.print package ⓘ
platform Android ⓘ
relatedTo PrintDocumentAdapter API ⓘ
PrintJob API ⓘ
PrintManager API ⓘ
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 ⓘ
PrintJob ⓘ
PrintJobInfo ⓘ
PrintManager ⓘ
linked to: PrintManager API
usedFor configuring print output properties ⓘ
specifying print job characteristics ⓘ
usedInContext Android printing framework ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Android system print framework → hasComponent → PrintAttributes API ⓘ