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.

Try in SPARQL Jump to: Statements Referenced by

Statements (42)

Predicate Object
instanceOf Android framework class
java.lang.Object subclass
availableSince Android 4.4
configuredVia android.print.PrintAttributes.Builder NERFINISHED
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 NERFINISHED
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 GENERATED
supportsColorPrinting true GENERATED
supportsDuplexPrinting true GENERATED
supportsMonochromePrinting true GENERATED
usedBy PrintDocumentAdapter.onLayout() NERFINISHED
PrintManager.print() NERFINISHED
usedFor configuring print jobs
usedWith android.print.PrintDocumentAdapter NERFINISHED
android.print.PrintManager NERFINISHED

Referenced by (1)

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

Android system print framework exposesClass android.print.PrintAttributes