FileDocCategorySizeDatePackage
PrintDocumentInfo.javaAPI DocAndroid 5.1 API1602Sat Mar 14 14:09:42 GMT 2015android.print

PrintDocumentInfo

public final class PrintDocumentInfo extends Object implements android.os.Parcelable

Fields Summary
public static final int
CONTENT_TYPE_DOCUMENT
public static final int
CONTENT_TYPE_PHOTO
public static final int
CONTENT_TYPE_UNKNOWN
public static final android.os.Parcelable.Creator
CREATOR
public static final int
PAGE_COUNT_UNKNOWN
Constructors Summary
PrintDocumentInfo()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object obj)

 throw new RuntimeException("Stub!"); 
public intgetContentType()

 throw new RuntimeException("Stub!"); 
public longgetDataSize()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public intgetPageCount()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");