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.

Try in SPARQL Jump to: Statements Referenced by

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 NERFINISHED
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 NERFINISHED
isImmutable effectively immutable after construction
library Android SDK NERFINISHED
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 NERFINISHED
android.print.PrintDocumentAdapter NERFINISHED
usedFor printing operations
specifying which pages to print
usedIn onWrite(PageRange[] pages, ParcelFileDescriptor destination, CancellationSignal cancellationSignal, PrintDocumentAdapter.WriteResultCallback callback)

Referenced by (1)

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

Android system print framework exposesClass android.print.PageRange