android.print.PageRange

E745338

android.print.PageRange is an Android framework class that represents a contiguous range of pages to be printed within a print job.

All labels observed (1)

Label Occurrences
android.print.PageRange canonical 2

How this entity was disambiguated

Statements (32)

Predicate Object
instanceOf Android framework class ⓘ
java.lang.Object subclass ⓘ
arrayType android.print.PageRange[] ⓘ
belongsToFeature Android printing framework ⓘ
constantRepresents all pages in the print job ⓘ
documentationUrl https://developer.android.com/reference/android/print/PageRange ⓘ
endInclusive true ⓘ
hasConstant PageRange.ALL_PAGES ⓘ
hasConstructor PageRange(int start, int end) ⓘ
hasField int end ⓘ
int start ⓘ
hasMethod String toString() ⓘ
boolean contains(int pageIndex) ⓘ
boolean equals(Object obj) ⓘ
int getEnd() ⓘ
int getStart() ⓘ
int hashCode() ⓘ
introducedIn Android 4.4 KitKat ⓘ
isImmutable effectively immutable after construction ⓘ
library Android SDK ⓘ
package android.print ⓘ
pageIndexing zero-based page indices ⓘ
platform Android ⓘ
represents contiguous range of pages in a print job ⓘ
sinceApiLevel 19 ⓘ
startInclusive true ⓘ
threadSafety thread-safe for read-only use ⓘ
usedBy android.print.PrintAttributes ⓘ
android.print.PrintDocumentAdapter ⓘ
usedFor printing operations ⓘ
specifying which pages to print ⓘ
usedIn onWrite(PageRange[] pages, ParcelFileDescriptor destination, CancellationSignal cancellationSignal, PrintDocumentAdapter.WriteResultCallback callback) ⓘ

How these facts were elicited

Referenced by (2)

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

Android system print framework → exposesClass → android.print.PageRange ⓘ
android.print.PrintDocumentAdapter → interactsWith → android.print.PageRange ⓘ