android.print.PrintAttributes

E745335

android.print.PrintAttributes is an Android framework class that defines the characteristics of a print job, such as page size, resolution, color mode, and margins.

All labels observed (4)

How this entity was disambiguated

Statements (42)

Predicate Object
instanceOf Android framework class
java.lang.Object subclass
availableSince Android 4.4
configuredVia android.print.PrintAttributes.Builder
controls output page characteristics
defines color mode
duplex mode
margins
page size
print job attributes
resolution
documentationUrl https://developer.android.com/reference/android/print/PrintAttributes
field int COLOR_MODE_COLOR
int COLOR_MODE_MONOCHROME
int DUPLEX_MODE_LONG_EDGE
int DUPLEX_MODE_NONE
int DUPLEX_MODE_SHORT_EDGE
hasNestedClass android.print.PrintAttributes.Builder
android.print.PrintAttributes.Margins
android.print.PrintAttributes.MediaSize
android.print.PrintAttributes.Resolution
implements android.os.Parcelable
introducedInApiLevel 19
isImmutable true
isPartOf Android printing framework
method android.print.PrintAttributes.Margins getMinMargins()
android.print.PrintAttributes.MediaSize getMediaSize()
android.print.PrintAttributes.Resolution getResolution()
int describeContents()
int getColorMode()
int getDuplexMode()
package android.print
serialization Parcelable for interprocess communication
supportsBuilderPattern true
supportsColorPrinting true
supportsDuplexPrinting true
supportsMonochromePrinting true
usedBy PrintDocumentAdapter.onLayout()
PrintManager.print()
linked to: PrintManager API
usedFor configuring print jobs
usedWith android.print.PrintDocumentAdapter
android.print.PrintManager
linked to: PrintManager API

How these facts were elicited

Referenced by (9)

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

Android system print framework exposesClass android.print.PrintAttributes
PrintAttributes partOf android.print package
subject linked to: PrintAttributes API
linked to: android.print.PrintAttributes
PrintAttributes definedIn android.print.PrintAttributes
subject linked to: PrintAttributes API
PrintAttributes hasComponent PrintAttributes.Builder
subject linked to: PrintAttributes API
linked to: android.print.PrintAttributes
PrintAttributes configuredBy PrintAttributes.Builder
subject linked to: PrintAttributes API
linked to: android.print.PrintAttributes
android.print.PrintAttributes configuredVia android.print.PrintAttributes.Builder
linked to: android.print.PrintAttributes
android.print.PageRange usedBy android.print.PrintAttributes
android.print.PrintAttributes.Margins isInnerClassOf android.print.PrintAttributes
android.print.PrintAttributes.Resolution enclosingClass android.print.PrintAttributes