Class android.graphics.pdf.models.selection.PageSelection

Added interface android.os.Parcelable.

Removed Constructors
PageSelection(int, SelectionBoundary, SelectionBoundary, List<TextSelection>)  
PageSelection(int, SelectionBoundary, SelectionBoundary, List<TextSelection>, boolean)  
 

Added Constructors
PageSelection(int, SelectionBoundary, SelectionBoundary, List<PdfPageTextContent>)  
 

Removed Methods
SelectionBoundary getLeft()  
SelectionBoundary getRight()  
List<TextSelection> getTextSelections()  
boolean isRtl()  
 

Added Methods
int describeContents()  
List<PdfPageTextContent> getSelectedTextContents()  
SelectionBoundary getStart()  
SelectionBoundary getStop()  
void writeToParcel(Parcel, int)  
 

Added Fields
Creator<PageSelection> CREATOR