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 | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T8611276 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: android.print.PageRange Context triple: [Android system print framework, exposesClass, android.print.PageRange]
-
A.
CSS Paged Media Module
The CSS Paged Media Module is a W3C specification that defines how CSS is used to control the layout and formatting of documents when they are printed or presented in paged media.
-
B.
PageSetupDlg
PageSetupDlg is a Windows common dialog box API function that displays a standard page setup interface for configuring printer and page layout settings.
-
C.
Network-aware Print Manager
Network-aware Print Manager is a Windows for Workgroups utility that manages and coordinates printing tasks across networked printers and shared print resources.
-
D.
PrintDlg
PrintDlg is a Windows common dialog box API function that displays and manages the standard print dialog for selecting printers and print options.
-
E.
AirPrint
AirPrint is Apple's wireless printing technology that lets iOS and macOS devices print directly to compatible printers without needing additional drivers or software.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: android.print.PageRange Target entity description: android.print.PageRange is an Android framework class that represents a contiguous range of pages to be printed within a print job.
-
A.
CSS Paged Media Module
The CSS Paged Media Module is a W3C specification that defines how CSS is used to control the layout and formatting of documents when they are printed or presented in paged media.
-
B.
PageSetupDlg
PageSetupDlg is a Windows common dialog box API function that displays a standard page setup interface for configuring printer and page layout settings.
-
C.
Network-aware Print Manager
Network-aware Print Manager is a Windows for Workgroups utility that manages and coordinates printing tasks across networked printers and shared print resources.
-
D.
PrintDlg
PrintDlg is a Windows common dialog box API function that displays and manages the standard print dialog for selecting printers and print options.
-
E.
AirPrint
AirPrint is Apple's wireless printing technology that lets iOS and macOS devices print directly to compatible printers without needing additional drivers or software.
- F. None of above. chosen
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) ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: android.print.PageRange Description of subject: android.print.PageRange is an Android framework class that represents a contiguous range of pages to be printed within a print job.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.